feat: Working on views

This commit is contained in:
2025-02-25 17:12:24 -05:00
parent ba0eb95f26
commit 493154f4f1
6 changed files with 107 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
// NOTE: These don't always work as expected with tailwind they generally
// need to be in the class itself, but here for reference of the primary
// colors.
enum Colors {
static let yellow = "yellow-300"
static let blue = "blue-500"
}