Skip to content

Commit

Permalink
advinced header fix forecolor (#7399)
Browse files Browse the repository at this point in the history
* resolve #7387 Huge overlay shift on the mobile.

* work for surveyjs/private-tasks#343

* work for surveyjs/private-tasks#343

---------

Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed Nov 22, 2023
1 parent f759a43 commit 7a8deb4
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/defaultV2-theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ $font-surveydescription-color: var(--sjs-font-surveydescription-color, #{$foregr

$font-headertitle-family: var(--sjs-font-headertitle-family, #{$font-family});
$font-headertitle-weight: var(--sjs-font-headertitle-weight, 700);
$font-headertitle-color: var(--sjs-font-headertitle-color, #{$foreground-dim});
$font-headertitle-color: var(--sjs-font-headertitle-color, #{$primary-foreground});

$font-headerdescription-family: var(--sjs-font-headerdescription-family, #{$font-family});
$font-headerdescription-weight: var(--sjs-font-headerdescription-weight, 400);
$font-headerdescription-color: var(--sjs-font-headerdescription-color, #{$foreground-dim-light});
$font-headerdescription-weight: var(--sjs-font-headerdescription-weight, 600);
$font-headerdescription-color: var(--sjs-font-headerdescription-color, #{$primary-foreground});

$font-pagetitle-family: var(--sjs-font-pagetitle-family, #{$font-family});
$font-pagetitle-weight: var(--sjs-font-pagetitle-weight, 700);
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a8deb4

Please sign in to comment.