mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
added auth strategies form + add ability to disable strategies
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
SegmentedControl,
|
||||
Select,
|
||||
Switch,
|
||||
Tabs,
|
||||
TagsInput,
|
||||
TextInput,
|
||||
Textarea,
|
||||
@@ -104,6 +105,11 @@ export function createMantineTheme(scheme: "light" | "dark"): {
|
||||
overlay: "!backdrop-blur-sm"
|
||||
})
|
||||
}),
|
||||
Tabs: Tabs.extend({
|
||||
classNames: (theme, props) => ({
|
||||
tab: "data-[active=true]:border-primary"
|
||||
})
|
||||
}),
|
||||
Menu: Menu.extend({
|
||||
defaultProps: {
|
||||
offset: 2
|
||||
|
||||
Reference in New Issue
Block a user