This commit is contained in:
Fredrik Burmester
2024-10-04 13:29:16 +02:00
parent 097c428d41
commit d9037e72f0
6 changed files with 55 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ const tintColorLight = "#0a7ea4";
const tintColorDark = "#fff";
export const Colors = {
primary: "#9334E9",
text: "#ECEDEE",
background: "#151718",
tint: tintColorDark,