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:
Paul Makles 2021-09-09 21:08:13 +01:00 committed by GitHub
commit 0acfd23334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;