Skip to content

Commit

Permalink
fix text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
serikshaikamalov committed Jul 10, 2024
1 parent 35878f7 commit 779c8fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/wysiwyg-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class WYSIWYGEditor extends LitElement {
margin-right: 5px;
border: none;
background-color: transparent;
cursor: pointer;
cursor: pointer;
color: inherit;
}
.toolbar svg{
Expand All @@ -26,6 +27,7 @@ class WYSIWYGEditor extends LitElement {
svg{
fill: var(--text-color, --md-sys-color-on-background)
}
`;

static get properties() {
Expand Down

0 comments on commit 779c8fe

Please sign in to comment.