This commit is contained in:
2025-10-13 19:06:08 -07:00
parent 9b374a1f35
commit 9bd37f26ac
6 changed files with 22 additions and 17 deletions

4
widget/colors.tsx Normal file
View File

@@ -0,0 +1,4 @@
let white = "#DCD2E2"
let primary = "#837197"
export {white, primary}