💄(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:
@@ -166,7 +166,7 @@ const config: Config = {
|
|||||||
colors: {
|
colors: {
|
||||||
default: {
|
default: {
|
||||||
text: { value: '{colors.gray.900}' },
|
text: { value: '{colors.gray.900}' },
|
||||||
bg: { value: '{colors.slate.50}' },
|
bg: { value: 'white' },
|
||||||
subtle: { value: '{colors.gray.100}' },
|
subtle: { value: '{colors.gray.100}' },
|
||||||
'subtle-text': { value: '{colors.gray.600}' },
|
'subtle-text': { value: '{colors.gray.600}' },
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ const box = cva({
|
|||||||
width: '38rem',
|
width: '38rem',
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
|
borderColor: 'transparent',
|
||||||
|
paddingY: 0,
|
||||||
},
|
},
|
||||||
popover: {
|
popover: {
|
||||||
padding: 'boxPadding.xs',
|
padding: 'boxPadding.xs',
|
||||||
|
|||||||
Reference in New Issue
Block a user