Skip to content

Commit 3f8a8ff

Browse files
committed
fix: in events grid, green colors do not show up
1 parent 53d3bbd commit 3f8a8ff

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/web/scss/components/Dashboard

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/web/scss/components/Dashboard/Grid.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $fullWidth: 1em; /* $large * ($unit + $rgap) - $rgap */
6666

6767
@mixin Color($color, $important: "") {
6868
@include CFCellContent {
69-
background-color: $color $important;
69+
background-color: $color + $important;
7070
}
7171
}
7272

0 commit comments

Comments
 (0)