Skip to content

Commit

Permalink
[WIP] fixed the themeing
Browse files Browse the repository at this point in the history
Turns out it was just broken oh no

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed May 28, 2024
1 parent b747be5 commit 102c808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webview/invoke-serverless-function/app/invokeFunction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ export class InvokeFunction extends React.Component<
border: '1px groove var(--vscode-activityBar-activeBorder)',
borderRadius: '1rem',
margin: 'auto',
backgroundColor: '#101418',
color: '#99CCF3',
backgroundColor: 'var(--vscode-editor-background)',
color: 'var(--vscode-settings-textInputForeground)',
}}
>
<Box display='flex' flexDirection={'column'}>
Expand Down Expand Up @@ -628,7 +628,7 @@ export class InvokeFunction extends React.Component<
border: '1px groove var(--vscode-activityBar-activeBorder)',
borderRadius: '1rem',
margin: 'auto',
backgroundColor: '#101418',
backgroundColor: 'var(--vscode-editor-background)',
color: 'var(--vscode-settings-textInputForeground)',
}}
>
Expand Down

0 comments on commit 102c808

Please sign in to comment.