Skip to content

Commit c526b7b

Browse files
committedDec 10, 2024·
fix: change theme order
1 parent 4ffc412 commit c526b7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎src/components/theme.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ const frameworks = [
3333
value: 'windows',
3434
label: 'Windows',
3535
},
36+
{
37+
value: 'spotify',
38+
label: 'Spotify',
39+
},
3640
{
3741
value: 'vaporwave',
3842
label: 'Vaporwave',
@@ -41,10 +45,6 @@ const frameworks = [
4145
value: 'linear',
4246
label: 'Linear',
4347
},
44-
{
45-
value: 'spotify',
46-
label: 'Spotify',
47-
},
4848
];
4949

5050
export function ThemeDropdown() {

‎src/pages/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@
962962
1px 1px 0px rgba(255, 255, 255, 0.7) inset,
963963
-1px -1px 0px rgba(0, 0, 0, 0.1) inset,
964964
2px 2px 4px rgba(0, 0, 0, 0.1);
965-
padding: 8px;
965+
padding: 16px;
966966
font-family: 'Tahoma', sans-serif;
967967
color: #000;
968968
overflow: hidden;

0 commit comments

Comments
 (0)
Please sign in to comment.