We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f6e4c commit 12c0feeCopy full SHA for 12c0fee
resources/js/components/ui/Heading.vue
@@ -21,7 +21,7 @@ const tag = computed(() => {
21
});
22
23
const classes = cva({
24
- base: 'font-medium [&:has(+[data-ui-subheading])]:mb-0.5 [&:has(+[data-ui-subheading])]:text-gray-950 antialiased flex items-center gap-2',
+ base: 'font-medium [&:has(+[data-ui-subheading])]:mb-0.5 [&:has(+[data-ui-subheading])]:text-gray-950 dark:[&:has(+[data-ui-subheading])]:text-white antialiased flex items-center gap-2',
25
variants: {
26
size: {
27
base: 'text-sm tracking-tight text-gray-700 dark:text-white',
0 commit comments