mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
8166330fc5
* all * all * all * all * fix * remove vite config * remove uncessary app.css * all * all * all * all * all
7 lines
455 B
TypeScript
7 lines
455 B
TypeScript
export const SELECT_INPUT_DEFAULT_STYLE = {
|
|
inputStyles: 'border-radius: 0;',
|
|
containerStyles: '--height: 34px; --padding: 0 0 0 8px; --font-size: 0.875rem;',
|
|
containerStylesDark:
|
|
'--height: 34px; --padding: 0 0 0 8px; border-color: #4b5563; --font-size: 0.875rem; --disabled-border-color: #3e4c60; --background: #2e3440; --disabled-background: transparent; --list-background: #3b4252;--item-is-active-bg:#434c5e;--item-hover-bg:#4c566a;'
|
|
} as const
|