mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
chore: updated request tab padding (#6368)
* chore: updated request tab padding
This commit is contained in:
@@ -20,6 +20,7 @@ const StyledWrapper = styled.div`
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-weight: ${(props) => props.theme.tabs.active.fontWeight} !important;
|
||||
color: ${(props) => props.theme.tabs.active.color} !important;
|
||||
border-bottom: solid 2px ${(props) => props.theme.tabs.active.border} !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user