Skip to content

Commit d1b907d

Browse files
committed
fix: use token for confirmation modal box shadow
1 parent 9dfdb19 commit d1b907d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/ConfirmationModal/confirmationModal.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
.confirmation-modal {
18-
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.04), 0px 3px 17px 0px rgba(0, 0, 0, 0.04), 0px 4px 30px 0px rgba(0, 0, 0, 0.13);
19-
}
18+
box-shadow: var(--shadow-modal);
19+
}

0 commit comments

Comments
 (0)