Skip to content

Commit 052bc45

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
fix: migrate fill subtle to fill base
1 parent 8cad8ea commit 052bc45

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/components/checkbox/Checkbox.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ defineSlots<{
195195
@apply dark:bg-dark-base dark:border-dark-subtle;
196196
197197
> svg {
198-
@apply fill-subtle;
199-
@apply dark:fill-dark-subtle;
198+
@apply fill-base;
199+
@apply dark:fill-dark-base;
200200
}
201201
}
202202
}

src/components/pspdfkit/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
.PSPDFKit-Resize-Anchor {
33-
@apply fill-subtle;
33+
@apply fill-base;
3434
}
3535

3636
/**

src/components/radio/Radio.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ defineSlots<{
164164
@apply dark:bg-dark-base dark:border-dark-subtle;
165165
166166
> svg {
167-
@apply fill-subtle;
168-
@apply dark:fill-dark-subtle;
167+
@apply fill-base;
168+
@apply dark:fill-dark-base;
169169
}
170170
}
171171
}

src/components/select/Select.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ defineSlots<{
566566
@apply dark:bg-dark-default/50 dark:border-dark-subtle;
567567
568568
> svg {
569-
@apply fill-subtle;
570-
@apply dark:fill-dark-subtle;
569+
@apply fill-base;
570+
@apply dark:fill-dark-base;
571571
}
572572
}
573573
}

0 commit comments

Comments
 (0)