Skip to content

Commit e84079e

Browse files
committed
chore(theme): transparency mode not removing background of server view
1 parent 3b1c7c3 commit e84079e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ui/components/ServersView/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Wrapper = styled.section<WrapperProps>`
1111
top: 0;
1212
right: 0;
1313
bottom: 0;
14-
background-color: #2f343d;
14+
background-color: transparent;
1515
1616
${({ isVisible }) => css`
1717
display: ${isVisible ? 'flex' : 'none'};

src/ui/components/Shell/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export const Shell = () => {
104104
position='relative'
105105
alignSelf='stretch'
106106
flexBasis='1 1 auto'
107-
bg={process.platform === 'darwin' ? 'light' : undefined}
108107
>
109108
<ServersView />
110109
<AddServerView />

0 commit comments

Comments
 (0)