use proper variables for bp3 namespace

This commit is contained in:
David Lechner
2021-01-15 14:02:13 -06:00
parent a23c0aaede
commit 1e3c0b05ef
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
@import '../variables.scss';
.bp3-dark .ace_gutter {
.#{$ns}-dark .ace_gutter {
// make ace editor match app backgound color
background-color: $pt-dark-app-background-color;
}