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