Skip to content

Commit

Permalink
revert to old color
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 18, 2023
1 parent 52138ad commit d37da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultV2-theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $font-questiondescription-size: var(--sjs-font-questiondescription-size, calc(1
$font-editorfont-family: var(--sjs-font-editorfont-family, var(--font-family));
$font-editorfont-weight: var(--sjs-font-editorfont-weight, 400);
$font-editorfont-color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
$font-editorfont-placeholdercolor: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
$font-editorfont-placeholdercolor: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
$font-editorfont-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, $font-size)));
$base-unit: var(--sjs-base-unit, var(--base-unit, 8px));

Expand Down

0 comments on commit d37da57

Please sign in to comment.