New and Improved Screens (#1151)

This commit is contained in:
Luke Vella 2024-06-19 11:14:18 +01:00 committed by GitHub
parent 5461c57228
commit 997a1eec78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 1517 additions and 743 deletions

View file

@ -27,14 +27,14 @@ module.exports = {
secondary: {
background: colors.gray["100"],
DEFAULT: colors.gray["100"],
foreground: colors.gray["800"],
foreground: colors.gray["700"],
},
gray: colors.gray,
border: colors.gray["200"],
input: {
DEFAULT: colors.gray["200"],
background: colors.white,
foreground: colors.gray["800"],
foreground: colors.gray["700"],
},
ring: {
DEFAULT: colors.gray["300"],
@ -45,7 +45,7 @@ module.exports = {
foreground: colors.rose["50"],
},
background: colors.white,
foreground: colors.gray["800"],
foreground: colors.gray["700"],
accent: {
DEFAULT: colors.gray["100"],
},
@ -56,12 +56,12 @@ module.exports = {
},
popover: {
DEFAULT: colors.white,
foreground: colors.gray["800"],
foreground: colors.gray["700"],
},
card: {
DEFAULT: colors.white,
background: colors.white,
foreground: colors.gray["800"],
foreground: colors.gray["700"],
},
},
keyframes: {