mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
Merge pull request #6463 from usebruno/feat/design-tweaks
feat: design tweaks
This commit is contained in:
@@ -67,17 +67,16 @@ const StyledWrapper = styled.div`
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid ${(props) => props.theme.workspace.accent};
|
||||
border: 1px solid ${(props) => props.theme.brand};
|
||||
border-radius: ${(props) => props.theme.border.radius.base};
|
||||
background: transparent;
|
||||
color: ${(props) => props.theme.workspace.accent};
|
||||
color: ${(props) => props.theme.brand};
|
||||
font-size: ${(props) => props.theme.font.size.sm};
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
transition: all 0.15s ease;
|
||||
|
||||
&:hover {
|
||||
background: ${(props) => props.theme.workspace.accent}14;
|
||||
background: ${(props) => props.theme.brand}10;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user