fix(challenges): Changed background color of preview panel for night mode (#16502)

Closes #16318
This commit is contained in:
Vivek Agrawal
2018-01-19 00:43:18 +05:30
committed by mrugesh mohapatra
parent 3bb70619be
commit de940a4ca5

View File

@ -124,6 +124,9 @@
.refresh-icon { .refresh-icon {
color: @icon-light-gray; color: @icon-light-gray;
} }
.@{ns}-preview {
background-color: #FCFCFC;
}
} }
.@{ns}-test-output { .@{ns}-test-output {