mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
feat: dark mode input revamp (#6546)
This commit is contained in:
@@ -91,7 +91,7 @@ const Wrapper = styled.div`
|
||||
|
||||
.tab-button {
|
||||
color: ${(props) => props.theme.colors.text.subtext0};
|
||||
font-size: ${(props) => props.theme.font.size.base};
|
||||
font-size: ${(props) => props.theme.font.size.sm};
|
||||
|
||||
.tab-content-wrapper {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user