feat: simplify color scheme options, enhance theme provider, and add density styles

This commit is contained in:
Firman Ramdhani
2026-02-27 15:54:20 +07:00
parent b0ceb3e444
commit 7cf9f8fab5
5 changed files with 153 additions and 59 deletions
+1 -3
View File
@@ -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>