Skip to content

Commit

Permalink
Message: message text color code fix in dark mode (#3062)
Browse files Browse the repository at this point in the history
* 1319 - css fix for message color in dark mode

* 1319 - revert fallback color
  • Loading branch information
prashanthr6383 authored Dec 9, 2024
1 parent 3fc8ae5 commit 2c2be01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stencil-workspace/src/global/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@

// Type - Question
--modus-message-question-bg: var(--modus-gray-9);
--modus-message-question-color: var(--modus-gray-3);
--modus-message-question-color: var(--modus-white);

// Modal
--modus-modal-bg: var(--modus-gray-9);
Expand Down

0 comments on commit 2c2be01

Please sign in to comment.