mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Merge pull request #190 from leodr/settings-category-alignment
Add padding to settings category titles to align the visually with icons
This commit is contained in:
commit
0acfd23334
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const CategoryBase = styled.div<Pick<Props, "variant">>`
|
|||
text-transform: uppercase;
|
||||
|
||||
margin-top: 4px;
|
||||
padding: 6px 0;
|
||||
padding: 6px 0 6px 8px;
|
||||
margin-bottom: 4px;
|
||||
white-space: nowrap;
|
||||
|
||||
|
|
Loading…
Reference in a new issue