Skip to content

Commit 779c8fe

Browse files
fix text colors
1 parent 35878f7 commit 779c8fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/wysiwyg-editor.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class WYSIWYGEditor extends LitElement {
1515
margin-right: 5px;
1616
border: none;
1717
background-color: transparent;
18-
cursor: pointer;
18+
cursor: pointer;
19+
color: inherit;
1920
}
2021
2122
.toolbar svg{
@@ -26,6 +27,7 @@ class WYSIWYGEditor extends LitElement {
2627
svg{
2728
fill: var(--text-color, --md-sys-color-on-background)
2829
}
30+
2931
`;
3032

3133
static get properties() {

0 commit comments

Comments
 (0)