Merge pull request #2831 from Safelite/feature/CASH-1473

CASH-1473: "Add to calendar" button border radius update
This commit is contained in:
Chris 2025-09-10 13:55:49 -04:00 committed by GitHub
commit 96478ad740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;