From 2954a963602bc04110b8ffcca5cfbf7cde0da54e Mon Sep 17 00:00:00 2001 From: elevatebart Date: Mon, 6 Nov 2023 15:19:13 +0100 Subject: [PATCH] add colors for icons distingo --- docs/src/IconSized.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/IconSized.vue b/docs/src/IconSized.vue index 1abf6c2ae..7536a81c4 100644 --- a/docs/src/IconSized.vue +++ b/docs/src/IconSized.vue @@ -12,10 +12,10 @@ defineProps<{ meta: Record }>() -const strokeColor = ref() -const fillColor = ref() -const secondaryStrokeColor = ref() -const secondaryFillColor = ref() +const strokeColor = ref('indigo-500') +const fillColor = ref('jade-200') +const secondaryStrokeColor = ref('orange-500') +const secondaryFillColor = ref('orange-300')