mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 22:25:40 +00:00
chore: addressed review comments
This commit is contained in:
@@ -38,7 +38,7 @@ const InheritableSettingsInput = ({
|
||||
style={{
|
||||
backgroundColor: theme.input.bg,
|
||||
border: `1px solid ${theme.input.border}`,
|
||||
color: theme.input.text
|
||||
color: theme.text
|
||||
}}
|
||||
>
|
||||
<span>Inherit</span>
|
||||
@@ -62,7 +62,7 @@ const InheritableSettingsInput = ({
|
||||
style={{
|
||||
backgroundColor: theme.input.bg,
|
||||
border: `1px solid ${theme.input.border}`,
|
||||
color: theme.input.text
|
||||
color: theme.text
|
||||
}}
|
||||
autoComplete="off"
|
||||
autoCorrect="off"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import styled, { css } from 'styled-components';
|
||||
import styled from 'styled-components';
|
||||
|
||||
const StyledWrapper = styled.div`
|
||||
width: 100%;
|
||||
|
||||
@@ -132,8 +132,6 @@ const darkTheme = {
|
||||
input: {
|
||||
bg: 'transparent',
|
||||
border: palette.border.BORDER2,
|
||||
// bg: palette.background.SURFACE1,
|
||||
// border: palette.background.SURFACE1,
|
||||
focusBorder: rgba(palette.accents.PRIMARY, 0.8),
|
||||
placeholder: {
|
||||
color: palette.text.SUBTEXT1,
|
||||
|
||||
Reference in New Issue
Block a user