mirror of https://github.com/acid-info/lsd.git
fix(lsd-react): set fixed padding for IconButton
This commit is contained in:
parent
542e331754
commit
24c41965db
|
@ -9,6 +9,7 @@ export const IconButtonStyles = css`
|
|||
justify-content: center;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
padding: 0;
|
||||
border: 1px solid rgb(var(--lsd-border-primary));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue