File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
.default-line-color {
37
- background : theme ("colors.system.purple50 " );
37
+ background : theme ("colors.system.slate50 " );
38
38
}
39
39
40
40
.change-line-color {
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default function Home() {
79
79
</ div >
80
80
81
81
< div className = "hidden sm:flex absolute top-[120%] left-0 w-full" >
82
- < div className = "flex w-full text-gray-400 p-4 rounded border border-system-purple20 bg-system-purple80 bg-opacity-10 gap-6" >
82
+ < div className = "flex w-full text-gray-400 p-4 rounded border border-system-slate20 bg-system-slate80 bg-opacity-10 gap-6" >
83
83
< div className = "flex flex-col items-start justify-start w-3/4" >
84
84
< h3 className = "text-lg" >
85
85
{ sortingAlgorithmsData [ selectedAlgorithm ] . title }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const Select = ({
18
18
disabled = { isDisabled }
19
19
onChange = { onChange }
20
20
defaultValue = { defaultValue }
21
- className = "block appearance-none h-8 w-full bg-system-purple10 border-system-purple20 border px-4 py-1 pr-8 rounded-lg shadow leading-tight focus:outline-none focus:shadow-outline text-gray-300"
21
+ className = "block appearance-none h-8 w-full bg-system-slate10 border-system-slate20 border px-4 py-1 pr-8 rounded-lg shadow leading-tight focus:outline-none focus:shadow-outline text-gray-300"
22
22
>
23
23
{ options . map ( ( option ) => (
24
24
< option key = { option . value } value = { option . value } >
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ const config: Config = {
15
15
} ,
16
16
colors : {
17
17
system : {
18
- purple10 : "#240643" ,
19
- purple15 : "#300b60" ,
20
- purple20 : "#401075" ,
21
- purple30 : "#5a1ba9" ,
22
- purple40 : "#7526e3" ,
23
- purple50 : "#9050e9" ,
24
- purple60 : "#ad7bee" ,
25
- purple65 : "#b78def" ,
26
- purple70 : "#c29ef1" ,
27
- purple80 : "#d7bff2" ,
28
- purple90 : "#ece1f9" ,
29
- purple95 : "#f6f2fb" ,
18
+ slate10 : "#240643" ,
19
+ slate15 : "#300b60" ,
20
+ slate20 : "#401075" ,
21
+ slate30 : "#5a1ba9" ,
22
+ slate40 : "#7526e3" ,
23
+ slate50 : "#9050e9" ,
24
+ slate60 : "#ad7bee" ,
25
+ slate65 : "#b78def" ,
26
+ slate70 : "#c29ef1" ,
27
+ slate80 : "#d7bff2" ,
28
+ slate90 : "#ece1f9" ,
29
+ slate95 : "#f6f2fb" ,
30
30
31
31
green10 : "#071b12" ,
32
32
green15 : "#0c2912" ,
You can’t perform that action at this time.
0 commit comments