File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ export default function App() {
332332 < Button
333333 key = { project . uri . toString ( ) }
334334 variant = { activeProject ?. uri . toString ( ) === project . uri . toString ( ) ? "secondary" : "outline" }
335+ className = { activeProject ?. uri . toString ( ) === project . uri . toString ( ) ? "border-primary border-t-2" : "" }
335336 onClick = { ( ) => {
336337 setActiveProject ( project ) ;
337338 } }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ card: oklch(0.205 0 0)
1515card-foreground: oklch(0.985 0 0)
1616popover: oklch(0.205 0 0)
1717popover-foreground: oklch(0.985 0 0)
18- primary: oklch(0.362 0 0 )
18+ primary: oklch(0.696 0.17 162.48 )
1919primary-foreground: oklch(0.985 0 0)
2020secondary: oklch(0.269 0 0)
2121secondary-foreground: oklch(0.985 0 0)
@@ -26,7 +26,7 @@ accent-foreground: oklch(0.985 0 0)
2626destructive: oklch(0.704 0.191 22.216)
2727border: oklch(1 0 0 / 10%)
2828input: oklch(1 0 0 / 15%)
29- ring: oklch(0.556 0 0 )
29+ ring: oklch(0.596 0.17 162.48 )
3030chart-1: oklch(0.488 0.243 264.376)
3131chart-2: oklch(0.696 0.17 162.48)
3232chart-3: oklch(0.769 0.188 70.08)
You can’t perform that action at this time.
0 commit comments