Skip to content

Commit 40008f4

Browse files
rgrunberdatho7561
authored andcommitted
Background colour for "Create Function" wizard should respect theme.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent bc5ad30 commit 40008f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/webview/serverless-function/app/createFunction.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ export class CreateFunction extends React.Component<CreateFunctionPageProps, {
198198
</div>
199199
<Container maxWidth='md' sx={{
200200
border: '1px groove var(--vscode-activityBar-activeBorder)',
201-
borderRadius: '1rem', margin: 'auto', backgroundColor: '#101418',
202-
color: '#99CCF3'
201+
borderRadius: '1rem', margin: 'auto',
202+
backgroundColor: 'var(--vscode-settings-textInputBackground)',
203+
color: 'var(--vscode-settings-textInputForeground)'
203204
}}>
204205
<Box
205206
display='flex'

0 commit comments

Comments
 (0)