Skip to content

Commit

Permalink
fix(lexical-editor): replace hardcoded values with CSS vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Apr 30, 2024
1 parent d35a4ea commit aada09b
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
}

.link-editor .link-editor-popup-title {
margin: 0 15px 10px;;
color: #fa5723;
margin: 0 15px 10px;
color: var(--mdc-theme-primary);
}

.link-editor .link-editor-section .header {
Expand All @@ -65,7 +65,7 @@
.link-editor .link-editor-section .header_title {
font-size: 16px;
font-width: bold;
color: #fa5723;
color: var(--mdc-theme-primary);
}

.link-editor .link-editor-section .section-desc {
Expand Down Expand Up @@ -173,8 +173,3 @@
width: 20px;
vertical-align: -0.25em;
}


.link-preview-form {

}

0 comments on commit aada09b

Please sign in to comment.