Skip to content

Commit

Permalink
fix(FEC-10071): ad preset is missing the font family (#508)
Browse files Browse the repository at this point in the history
add the font-family to `ad-gui-wrapper` class (like `playback-gui-wrapper` has).

Solves FEC-10071
  • Loading branch information
yairans committed May 17, 2020
1 parent ff6ee55 commit 893aad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
user-select: none;
-webkit-tap-highlight-color: transparent;

.playback-gui-wrapper {
.playback-gui-wrapper,
.ad-gui-wrapper {
font-family: $font-family;
}

Expand Down

0 comments on commit 893aad5

Please sign in to comment.