File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export const AlgorithmSelector = () => {
11
11
const { activeAlgorithm, setActiveAlgorithm, isPlaying } = useStore ( ) ;
12
12
13
13
return (
14
- < div className = "flex flex-col gap-8 " >
14
+ < div className = "flex flex-col gap-4 " >
15
15
< Title title = "Sorting Algorithms" />
16
- < div className = "flex flex-col gap-4 " >
16
+ < div className = "flex flex-col gap-2 " >
17
17
{ algorithms . map ( ( algorithm ) => (
18
18
< Button
19
19
key = { algorithm }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Settings } from "./Settings";
4
4
5
5
export const Sidebar = ( ) => (
6
6
< aside className = "hidden lg:flex min-w-[360px] p-8 flex-col justify-between border-accent/50 transition border-r-2 hover:border-accent" >
7
- < div className = "flex flex-col h-full gap-16 " >
7
+ < div className = "flex flex-col h-full gap-8 " >
8
8
< AlgorithmSelector />
9
9
< Settings />
10
10
</ div >
You can’t perform that action at this time.
0 commit comments