Skip to content

Commit

Permalink
use scss vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Dec 28, 2023
1 parent 4f8d6a7 commit b77ef4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/RichTextEditor/TemplateVariable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
border: 1px solid $synth-div-stroke-neutral;
background-color: $ux-white;
border-radius: $ux-border-radius;
padding: 0.5rem 0;
padding: $ux-spacing-20 0;
}

.RichTextEditor__TemplateVariables__Item {
@include synth-font-type-30;
background: #fff;
background: $ux-white;
text-align: left;
width: 100%;
border: 0;
outline: 0;
color: $ux-gray-900;
padding: 4px 16px;
padding: $ux-spacing-10 $ux-spacing-40;
}

.RichTextEditor__TemplateVariables__Item:active,
Expand Down

0 comments on commit b77ef4f

Please sign in to comment.