PromucFlow_constructor/app/client/src/theme/defaultTheme.css

10 lines
221 B
CSS
Raw Normal View History

.appsmith-light-theme {
/* Syntax of style naming */
/* --appsmith-<entity name>-<style-name> */
/* --------------------- */
/* input */
--appsmith-input-focus-border-color: var(--appsmith-color-black-900);
}