[NO-TICKET] Add style for enabled status (#5162)

* add style for enabled status

* Update packages/insomnia/src/ui/components/websockets/websocket-request-pane.tsx

Co-authored-by: Filipe Freire <livrofubia@gmail.com>

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
This commit is contained in:
Mark Kim 2022-09-13 13:42:50 -04:00 committed by GitHub
parent 2e151a43e8
commit 560bfbe37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,10 @@ const SendButton = styled.button({
':hover': {
filter: 'brightness(0.8)',
},
':enabled': {
background: 'var(--color-surprise)',
color: 'var(--color-font-surprise)',
},
});
const PaneSendButton = styled.div({
display: 'flex',