style(components): Uniform icon size for header
This commit is contained in:
parent
02d4b0a574
commit
b37c1e94a0
@ -13,7 +13,7 @@ function handleSearch() {
|
||||
|
||||
<template>
|
||||
<ButtonIcon :tooltip-content="$t('common.search')" @click="handleSearch">
|
||||
<icon-uil-search class="text-20px" />
|
||||
<icon-uil-search />
|
||||
</ButtonIcon>
|
||||
<SearchModal v-model:show="show" />
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user