From 3c73613268230d4c96e8ff403df908dab1759122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 24 Oct 2023 15:57:38 +0300 Subject: [PATCH] Update ElementDoc.vue --- doc/scrolltop/ElementDoc.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/scrolltop/ElementDoc.vue b/doc/scrolltop/ElementDoc.vue index b5db5e4ac..1a7d8e77c 100644 --- a/doc/scrolltop/ElementDoc.vue +++ b/doc/scrolltop/ElementDoc.vue @@ -18,8 +18,7 @@ :pt="{ root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary', icon: { - class: 'text-base', - style: 'color: var(--primary-color-text)' + class: 'text-base' } }" /> @@ -55,7 +54,6 @@ export default { root: 'w-2rem h-2rem border-round-sm bg-primary hover:bg-primary', icon: { 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', icon: { class: 'text-base', - style: 'color: var(--primary-color-text)' } }" />