Skip to content

Commit

Permalink
fixed contrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zdodson21 committed Jul 25, 2024
1 parent 984cf5d commit 1798493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elements/simple-modal/simple-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class SimpleModal extends LitElement {
min-width: unset;
text-transform: none;
background-color: transparent;
color: var(--ddd-theme-default-nittanyNavy);
color: var(--ddd-theme-default-white);
--simple-icon-width: var(--ddd-icon-sm);
--simple-icon-height: var(--ddd-icon-sm);
}
Expand Down
2 changes: 1 addition & 1 deletion elements/simple-modal/src/simple-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class SimpleModal extends LitElement {
min-width: unset;
text-transform: none;
background-color: transparent;
color: var(--ddd-theme-default-nittanyNavy);
color: var(--ddd-theme-default-white);
--simple-icon-width: var(--ddd-icon-sm);
--simple-icon-height: var(--ddd-icon-sm);
}
Expand Down

0 comments on commit 1798493

Please sign in to comment.