refactor(music-player): using react-dom-curse

This commit is contained in:
2024-02-09 23:51:47 +01:00
parent a1b395aa34
commit de68905b4f
12 changed files with 120 additions and 327 deletions

12
src/utils/theme.ts Normal file
View File

@@ -0,0 +1,12 @@
export const theme = {
black: "#45475a",
red: "#f38ba8",
green: "#a6e3a1",
yellow: "#f9e2af",
blue: "#89bafa",
magenta: "#f5c2e7",
cyan: "#94e2d5",
white: "#bac2de",
grey: "#585B70",
lightGrey: "#a6adc8",
};