Skip to content

Commit 85c2368

Browse files
committed
theme fix
1 parent 878ef28 commit 85c2368

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

src/app.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@
110110
--chart-3: oklch(0.398 0.07 227.392);
111111
--chart-4: oklch(0.828 0.189 84.429);
112112
--chart-5: oklch(0.769 0.188 70.08);
113-
--sidebar: oklch(0.984 0.003 247.858);
114-
--sidebar-foreground: oklch(0.129 0.042 264.695);
115-
--sidebar-primary: oklch(0.208 0.042 265.755);
116-
--sidebar-primary-foreground: oklch(0.984 0.003 247.858);
117-
--sidebar-accent: oklch(0.968 0.007 247.896);
118-
--sidebar-accent-foreground: oklch(0.208 0.042 265.755);
119-
--sidebar-border: oklch(0.929 0.013 255.508);
120-
--sidebar-ring: oklch(0.704 0.04 256.788);
113+
--sidebar: var(--muted);
114+
--sidebar-foreground: var(--card-foreground);
115+
--sidebar-primary: var(--primary);
116+
--sidebar-primary-foreground: var(--card-foreground);
117+
--sidebar-accent: var(--accent);
118+
--sidebar-accent-foreground: var(--primary);
119+
--sidebar-border: var(--border);
120+
--sidebar-ring: var(--ring);
121121
}
122122

123123
.dark {
@@ -145,14 +145,14 @@
145145
--chart-3: oklch(0.769 0.188 70.08);
146146
--chart-4: oklch(0.627 0.265 303.9);
147147
--chart-5: oklch(0.645 0.246 16.439);
148-
--sidebar: oklch(0.208 0.042 265.755);
149-
--sidebar-foreground: oklch(0.984 0.003 247.858);
150-
--sidebar-primary: oklch(0.488 0.243 264.376);
151-
--sidebar-primary-foreground: oklch(0.984 0.003 247.858);
152-
--sidebar-accent: oklch(0.279 0.041 260.031);
153-
--sidebar-accent-foreground: oklch(0.984 0.003 247.858);
154-
--sidebar-border: oklch(1 0 0 / 10%);
155-
--sidebar-ring: oklch(0.551 0.027 264.364);
148+
--sidebar: var(--primary-foreground);
149+
--sidebar-foreground: var(--card-foreground);
150+
--sidebar-primary: var(--primary);
151+
--sidebar-primary-foreground: var(--card-foreground);
152+
--sidebar-accent: var(--accent);
153+
--sidebar-accent-foreground: var(--primary);
154+
--sidebar-border: var(--border);
155+
--sidebar-ring: var(--ring);
156156
}
157157

158158
.january-blue-crawdad-light {

src/lib/components/sidebar/TeamSwitcher.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class="data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground"
2525
>
2626
<div
27-
class="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-lg"
27+
class="bg-sidebar-primary text-muted flex aspect-square size-8 items-center justify-center rounded-lg"
2828
>
2929
<activeTeam.logo class="size-4" />
3030
</div>

0 commit comments

Comments
 (0)