Skip to content

Commit 4da310b

Browse files
authored
Merge pull request #1645 from SundeepChand/bugfix/full-view
Fixes bug with </> button in full-screen view in High Contrast and Dark Mode
2 parents a5fbf32 + 1d36707 commit 4da310b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_nav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
align-items: center;
2424
}
2525

26+
.preview-nav__editor-svg {
27+
@include icon();
28+
}
29+
2630
// .nav__items-left,
2731
// .nav__items-right {
2832
// & button, & a {

0 commit comments

Comments
 (0)