Remove pointless DefaultReset

This commit is contained in:
Gimle Larpes 2025-06-22 01:09:26 +02:00
parent 358c8695f1
commit a791a14668

View file

@ -89,13 +89,10 @@ export const CodeBlock = style([
}, },
]); ]);
export const CodeBlockInternal = recipe({ export const CodeBlockInternal = recipe({
base: [ base: {
DefaultReset, padding: `${config.space.S200} ${config.space.S200} 0`,
{ minWidth: config.size.ModalDrawerWidth,
padding: `${config.space.S200} ${config.space.S200} 0`, },
minWidth: config.size.ModalDrawerWidth,
},
],
variants: { variants: {
collapsed: { collapsed: {
true: { true: {