mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 08:07:15 +00:00
dark mode nit
This commit is contained in:
@@ -44,9 +44,10 @@
|
||||
<Select
|
||||
{disabled}
|
||||
placeholder={nullTag ? `default: ${nullTag}` : 'lang default'}
|
||||
containerStyles={'--height: 30px !important; --input-padding: 0px !important;' + darkMode
|
||||
? SELECT_INPUT_DEFAULT_STYLE.containerStylesDark
|
||||
: SELECT_INPUT_DEFAULT_STYLE.containerStyles}
|
||||
containerStyles={'--height: 30px !important; --input-padding: 0px !important; ' +
|
||||
(darkMode
|
||||
? SELECT_INPUT_DEFAULT_STYLE.containerStylesDark
|
||||
: SELECT_INPUT_DEFAULT_STYLE.containerStyles)}
|
||||
{items}
|
||||
value={tag ? { value: tag, label: tag } : undefined}
|
||||
on:clear={() => {
|
||||
|
||||
Reference in New Issue
Block a user