Fixed alignment

pull/5507/head
Cagatay Civici 2024-04-02 11:12:36 +03:00
parent dc32bea56d
commit d135ddb696
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
:pt="{ :pt="{
root: 'w-2rem h-2rem border-round-sm bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary',
icon: { icon: {
class: 'text-base' class: 'text-base w-1rem h-1rem'
} }
}" }"
/> />
@ -48,7 +48,7 @@ export default {
:pt="{ :pt="{
root: 'w-2rem h-2rem border-round-sm bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary',
icon: { icon: {
class: 'text-base' class: 'text-base w-1rem h-1rem'
} }
}" }"
/> />
@ -72,7 +72,7 @@ export default {
:pt="{ :pt="{
root: 'w-2rem h-2rem border-round-sm bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary',
icon: { icon: {
class: 'text-base' class: 'text-base w-1rem h-1rem'
} }
}" }"
/> />
@ -98,7 +98,7 @@ export default {
:pt="{ :pt="{
root: 'w-2rem h-2rem border-round-sm bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary',
icon: { icon: {
class: 'text-base' class: 'text-base w-1rem h-1rem'
} }
}" }"
/> />