Skip to content

Commit b218499

Browse files
committed
update bg-shade-gradient to use color variables
1 parent 1e04ce0 commit b218499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/primer-utilities/lib/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.bg-purple-light { background-color: $bg-purple-light !important; }
3434

3535
.bg-shade-gradient {
36-
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), rgba(0, 0, 0, 0)) !important;
36+
background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important;
3737
background-repeat: no-repeat !important;
3838
background-size: 100% 200px !important;
3939
}

0 commit comments

Comments
 (0)