diff --git a/styles/components/identityCard.module.css b/styles/components/identityCard.module.css index e262aa10..a113f6b1 100644 --- a/styles/components/identityCard.module.css +++ b/styles/components/identityCard.module.css @@ -19,7 +19,7 @@ height: 350px; box-shadow: var(--large-shadow); background: var(--light-tertiary); - border-width: 2px 6px 0px 2px; + border-width: 2px 2px 0px 2px; border-style: solid; border-color: var(--identity-card-border-color); border-top-right-radius: 30px; @@ -83,7 +83,7 @@ min-height: 83px; width: 650px; max-width: 650px; - border-width: 0px 6px 4px 2px; + border-width: 0px 2px 8px 2px; border-style: solid; border-color: var(--identity-card-border-color); border-bottom-right-radius: 30px; @@ -158,7 +158,7 @@ } .notExpiryText { - color: var(--black); + color: var(--dark-content); text-align: center; /* Body/micro/medium */