Skip to content

Commit 27279f5

Browse files
[6.x] Improve dark mode heading icon color (#13115)
Co-authored-by: Jason Varga <[email protected]>
1 parent 2be5628 commit 27279f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/Heading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const classes = cva({
3535
})({ ...props });
3636
3737
const iconClasses = cva({
38-
base: 'text-gray-500 dark:text-gray-600',
38+
base: 'text-gray-500 dark:text-gray-500',
3939
variants: {
4040
size: {
4141
base: 'size-4',

0 commit comments

Comments
 (0)