mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-03 01:18:32 +00:00
feat: dark-mode (response status and support modal)
This commit is contained in:
@@ -40,6 +40,10 @@ const Wrapper = styled.div`
|
||||
&:hover {
|
||||
background-color: ${(props) => props.theme.dropdown.hoverBg};
|
||||
}
|
||||
|
||||
&.border-top {
|
||||
border-top: solid 1px ${(props) => props.theme.dropdown.seperator};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user