We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1c7c3 commit e84079eCopy full SHA for e84079e
src/ui/components/ServersView/styles.tsx
@@ -11,7 +11,7 @@ export const Wrapper = styled.section<WrapperProps>`
11
top: 0;
12
right: 0;
13
bottom: 0;
14
- background-color: #2f343d;
+ background-color: transparent;
15
16
${({ isVisible }) => css`
17
display: ${isVisible ? 'flex' : 'none'};
src/ui/components/Shell/index.tsx
@@ -104,7 +104,6 @@ export const Shell = () => {
104
position='relative'
105
alignSelf='stretch'
106
flexBasis='1 1 auto'
107
- bg={process.platform === 'darwin' ? 'light' : undefined}
108
>
109
<ServersView />
110
<AddServerView />
0 commit comments