Skip to content

Commit f6b01f0

Browse files
committed
fix: use card shadow tokens
1 parent 2d76c27 commit f6b01f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/GenericInfoCard/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
&:hover {
1515
position: relative;
1616
z-index: 1;
17-
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
17+
box-shadow: var(--shadow-card-secondary);
1818

1919
// NOTE: &__title was not working here
2020
.generic-info-card__title {

0 commit comments

Comments
 (0)