mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
style: update color references to use theme.draftColor for unsaved changes across multiple components (#6641)
This commit is contained in:
@@ -88,8 +88,6 @@ const StyledWrapper = styled.div`
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
border-radius: 8px;
|
||||
background: ${(props) => props.theme.background.mantle};
|
||||
border: 1px solid ${(props) => props.theme.workspace.border};
|
||||
color: ${(props) => props.theme.colors.text.muted};
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user