Update ElementDoc.vue

pull/4683/head
Tuğçe Küçükoğlu 2023-10-24 15:57:38 +03:00
parent 61c7212438
commit 3c73613268
1 changed files with 1 additions and 4 deletions

View File

@ -18,8 +18,7 @@
:pt="{ :pt="{
root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary',
icon: { icon: {
class: 'text-base', class: 'text-base'
style: 'color: var(--primary-color-text)'
} }
}" }"
/> />
@ -55,7 +54,6 @@ export default {
root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary',
icon: { icon: {
class: 'text-base', class: 'text-base',
style: 'color: var(--primary-color-text)'
} }
}" }"
/> />
@ -82,7 +80,6 @@ export default {
root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary', root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary',
icon: { icon: {
class: 'text-base', class: 'text-base',
style: 'color: var(--primary-color-text)'
} }
}" }"
/> />