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.
ContextHeader
1 parent f520473 commit 9859348Copy full SHA for 9859348
1 file changed
resources/js/components/ui/Context/Header.vue
@@ -19,7 +19,7 @@ const slots = useSlots();
19
const usingSlot = !!slots.default;
20
21
const headerClasses = cva({
22
- base: 'col-span-2 px-3.5 py-3 bg-white dark:bg-gray-900 font-medium border-b border-gray-200 dark:border-black text-sm text-gray-900 dark:text-gray-300',
+ base: 'col-span-2 flex items-center px-3.5 py-3 bg-white dark:bg-gray-900 font-medium border-b border-gray-200 dark:border-black text-sm text-gray-900 dark:text-gray-300',
23
variants: {
24
usingSlot: {
25
true: 'grid grid-cols-[auto_1fr_auto]',
0 commit comments