CASH-1473: "Add to calendar" button border radius update

This commit is contained in:
Chris Redelinghuys 2025-09-10 13:11:58 -04:00
parent 8b254b8fc4
commit 246ecf720e

View file

@ -62,7 +62,7 @@ export default {
position: relative;
background: $white;
transition: all 150ms linear;
border-radius: $border-radius-lg;
border-radius: $border-radius-pill;
border: 1px solid $gray-500;
width: 100%;
outline: none;