lightTheme
Create a custom light theme object by using the default dark theme as a base and applying overrides.
Example
const customTheme = lightTheme({
colors: {
modalBg: "red",
},
});
Create a custom light theme object by using the default dark theme as a base and applying overrides.
const customTheme = lightTheme({
colors: {
modalBg: "red",
},
});