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