Skip to content

Commit c9ae60f

Browse files
committed
Merge branch 'add-grouped-style' of github.com:hypertrace/hypertrace-ui into add-grouped-style
2 parents 5df5596 + d1629e2 commit c9ae60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/components/card-list/card-list.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import 'mixins';
22

3-
@mixin grouped-style($color: white) {
3+
@mixin grouped-style($color) {
44
box-shadow: 0 3px 0 -1px $color, 0 4px 0 -1px $gray-2;
55
}
66

0 commit comments

Comments
 (0)