Skip to content

Commit

Permalink
fix(styling): add missing orange border for Salesforce modified inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 6, 2024
1 parent 04574ea commit e830dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ $slick-empty-data-warning-z-index: 10 !default;
--slick-editor-placeholder-color: #999;
--slick-editor-modal-default-btn-disabled-bg-color: #3f3f3f;
--slick-editor-modal-default-btn-disabled-color: #5b5b5b;
--slick-editor-modal-detail-container-border-modified: #333333;
--slick-editor-modal-detail-container-border-modified: 1px solid #cc8400;
--slick-editor-modal-close-btn-border-left: var(--slick-base-dark-menu-border);
--slick-editor-modal-container-bg-color: #333333;
--slick-editor-modal-header-bg-color: #333333;
Expand Down

0 comments on commit e830dd3

Please sign in to comment.