Skip to content

Commit 5c74357

Browse files
committed
fixed
1 parent d777d7d commit 5c74357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/styles/components/_loader.scss

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
display: flex;
55
justify-content: center;
66
align-items: center;
7+
@include themify() {
8+
background-color: getThemifyVariable('background-color');
9+
}
710
}
811

912

0 commit comments

Comments
 (0)