PromucFlow_constructor/app/client/src/theme/defaultTheme.css
Pawan Kumar 89b39e239b
fix: Reskinning Radio + Toggle + Checkbox (#15329)
* update checkbox

* fix margin in checkbox

* fix color bug

* fix border radius

* fixes

* remove unused imports

* bug fixes

* ui fixes

* code review feedback fixes

* css updates for toggle

* fix bg bug in checkbox

* fix disabled checkbox style

* update styles for radio and switch

* update label align

* add hover interaction for switch

* add wds css variables

* add error state

* add error state

* fix css variable

* fix css

* fix checkbox group column height

* move checkbox icons to assets

* fix alignment issue

* fix cypress tests

* fix snapshot tests
2022-08-05 10:16:42 +05:30

14 lines
409 B
CSS

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