Skip to content

Commit 33fffdf

Browse files
committed
Fix accent color theme swatch
1 parent 7e3aa92 commit 33fffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/dashboard/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
@source '../../../resources/views/filament';
44

55
.theme-swatch {
6-
@apply inline-flex w-4 h-4 rounded-full mr-2 bg-[rgb(var(--swatch))];
6+
@apply inline-flex w-4 h-4 rounded-full mr-2 bg-[var(--swatch)];
77
}

0 commit comments

Comments
 (0)