mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Transparent background in Joy UI stack-ui templates
This commit is contained in:
parent
192cd256d8
commit
755b2322df
@ -9,7 +9,7 @@ export const Tabs = React.forwardRef<
|
||||
React.ComponentProps<typeof DefaultTabs>
|
||||
>((props, ref) => {
|
||||
const { color, onChange, ref: _, ...validProps } = props; // TODO: add onChange
|
||||
return <JoyTabs ref={ref} {...validProps}/>;
|
||||
return <JoyTabs ref={ref} sx={{ bgcolor: "transparent" }} {...validProps}/>;
|
||||
});
|
||||
|
||||
export const TabsList = React.forwardRef<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user