fix(lsd-react): set fixed padding for IconButton

This commit is contained in:
Hossein Mehrabi 2023-09-01 14:48:40 +03:30
parent 542e331754
commit 24c41965db
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export const IconButtonStyles = css`
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
background: none; background: none;
padding: 0;
border: 1px solid rgb(var(--lsd-border-primary)); border: 1px solid rgb(var(--lsd-border-primary));
} }