@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
17 lines (16 loc) • 712 B
JavaScript
var stdin_default = {
"--picker-background": "#1e1e1e",
"--picker-cancel-button-text-color": "#aaa",
"--picker-title-text-color": "#fff",
"--picker-option-text-color": "#fff",
"--picker-mask-background-image": "linear-gradient(180deg, hsla(0, 0%, 12%, 0.9), hsla(0, 0%, 12%, 0.4)), linear-gradient(0deg, hsla(0, 0%, 12%, 0.9), hsla(0, 0%, 12%, 0.4))",
"--picker-toolbar-height": "44px",
"--picker-confirm-button-text-color": "var(--color-primary)",
"--picker-picked-border": "1px solid var(--color-outline)",
"--picker-title-font-size": "var(--font-size-lg)",
"--picker-option-font-size": "var(--font-size-lg)",
"--picker-toolbar-padding": "0 4px"
};
export {
stdin_default as default
};