fix: tooltip on focus

This commit is contained in:
Philipinho
2026-06-29 00:22:59 +01:00
parent 04110884b4
commit e8efef235c
+6
View File
@@ -4,6 +4,7 @@ import {
CSSVariablesResolver,
MantineColorsTuple,
Tabs,
Tooltip,
v8CssVariablesResolver,
} from "@mantine/core";
@@ -40,6 +41,11 @@ export const theme = createTheme({
},
defaultRadius: 'sm',
components: {
Tooltip: Tooltip.extend({
defaultProps: {
events: { hover: true, focus: true, touch: false },
},
}),
// Size badges to their content; fit-content collapses inside table cells.
Badge: Badge.extend({
styles: (_theme, props) => ({