feat: simplify color scheme options, enhance theme provider, and add density styles
This commit is contained in:
@@ -27,8 +27,6 @@ export default function ShowcaseView({ colorScheme, setColorScheme, density, set
|
||||
data={[
|
||||
{ value: 'light', label: 'Light' },
|
||||
{ value: 'dark', label: 'Dark' },
|
||||
{ value: 'dracula', label: 'Dracula' },
|
||||
{ value: 'blue', label: 'Blue' },
|
||||
]}
|
||||
/>
|
||||
<Select
|
||||
@@ -47,7 +45,7 @@ export default function ShowcaseView({ colorScheme, setColorScheme, density, set
|
||||
{/* Showcase Area */}
|
||||
<Card withBorder shadow="sm" radius="md" p="md">
|
||||
<Stack gap="lg">
|
||||
<div>
|
||||
<div className="bg-brand-100">
|
||||
<Title order={3} mb="sm">
|
||||
Typography
|
||||
</Title>
|
||||
|
||||
Reference in New Issue
Block a user