mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 14:30:29 +03:00
Remove pointless DefaultReset
This commit is contained in:
parent
358c8695f1
commit
a791a14668
1 changed files with 4 additions and 7 deletions
|
|
@ -89,13 +89,10 @@ export const CodeBlock = style([
|
|||
},
|
||||
]);
|
||||
export const CodeBlockInternal = recipe({
|
||||
base: [
|
||||
DefaultReset,
|
||||
{
|
||||
padding: `${config.space.S200} ${config.space.S200} 0`,
|
||||
minWidth: config.size.ModalDrawerWidth,
|
||||
},
|
||||
],
|
||||
base: {
|
||||
padding: `${config.space.S200} ${config.space.S200} 0`,
|
||||
minWidth: config.size.ModalDrawerWidth,
|
||||
},
|
||||
variants: {
|
||||
collapsed: {
|
||||
true: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue