Fix global button styling on settings page
This commit is contained in:
parent
9250b30249
commit
f2ef630921
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const StyledTabs = styled(MantineTabs)`
|
|||
padding: 1.5rem 0.5rem;
|
||||
}
|
||||
|
||||
button {
|
||||
& .mantine-Tabs-tab {
|
||||
padding: 1rem;
|
||||
color: var(--btn-subtle-fg);
|
||||
border-radius: 0;
|
||||
|
|
Reference in a new issue