Skip to content

Commit

Permalink
fix: use lightgrey for option page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 18, 2024
1 parent ca21f43 commit c2d365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function Options() {
alignItems="flex-start"
direction="column"
sx={{
backgroundColor: "#363f45",
backgroundColor: "#D3D3D3",
height: 550,
position: "fixed",
top: 50,
Expand Down

0 comments on commit c2d365b

Please sign in to comment.