mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
upgrade tailwind to v4
This commit is contained in:
@@ -107,8 +107,11 @@ export function createMantineTheme(scheme: "light" | "dark"): {
|
||||
}),
|
||||
}),
|
||||
Tabs: Tabs.extend({
|
||||
classNames: (theme, props) => ({
|
||||
tab: "data-[active=true]:border-primary",
|
||||
vars: (theme, props) => ({
|
||||
// https://mantine.dev/styles/styles-api/
|
||||
root: {
|
||||
"--tabs-color": "border-primary",
|
||||
},
|
||||
}),
|
||||
}),
|
||||
Menu: Menu.extend({
|
||||
|
||||
Reference in New Issue
Block a user