💄(boxes) screen boxes are not at all boxes now

this is meant to be updated soon, it's not ideal at all. This Screen/Box
stuff is really meh anyway, needs some rework.
This commit is contained in:
Emmanuel Pelletier
2024-07-24 17:58:06 +02:00
parent 47c133cc64
commit cb6a81715a
2 changed files with 3 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ const config: Config = {
colors: {
default: {
text: { value: '{colors.gray.900}' },
bg: { value: '{colors.slate.50}' },
bg: { value: 'white' },
subtle: { value: '{colors.gray.100}' },
'subtle-text': { value: '{colors.gray.600}' },
},

View File

@@ -16,6 +16,8 @@ const box = cva({
width: '38rem',
maxWidth: '100%',
textAlign: 'center',
borderColor: 'transparent',
paddingY: 0,
},
popover: {
padding: 'boxPadding.xs',