Skip to content

Commit

Permalink
add colors for icons distingo
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Nov 6, 2023
1 parent 5ef0a78 commit 2954a96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/IconSized.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ defineProps<{
meta: Record<string, string[]>
}>()
const strokeColor = ref<WindiColor>()
const fillColor = ref<WindiColor>()
const secondaryStrokeColor = ref<WindiColor>()
const secondaryFillColor = ref<WindiColor>()
const strokeColor = ref<WindiColor>('indigo-500')
const fillColor = ref<WindiColor>('jade-200')
const secondaryStrokeColor = ref<WindiColor>('orange-500')
const secondaryFillColor = ref<WindiColor>('orange-300')
</script>

<template>
Expand Down

1 comment on commit 2954a96

@vercel
Copy link

@vercel vercel bot commented on 2954a96 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.