fix(challenges): Changed background color of preview panel for night mode (#16502)
Closes #16318
This commit is contained in:
committed by
mrugesh mohapatra
parent
3bb70619be
commit
de940a4ca5
@ -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 {
|
||||||
|
Reference in New Issue
Block a user