Skip to content

Commit 90efc4e

Browse files
Merge pull request #1180 from emarc99/fix-1048
Fix: reviewed Identities Mobile page
2 parents 71a9041 + 45a34f2 commit 90efc4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/components/identityCard.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
height: 350px;
2020
box-shadow: var(--large-shadow);
2121
background: var(--light-tertiary);
22-
border-width: 2px 6px 0px 2px;
22+
border-width: 2px 2px 0px 2px;
2323
border-style: solid;
2424
border-color: var(--identity-card-border-color);
2525
border-top-right-radius: 30px;
@@ -83,7 +83,7 @@
8383
min-height: 83px;
8484
width: 650px;
8585
max-width: 650px;
86-
border-width: 0px 6px 4px 2px;
86+
border-width: 0px 2px 8px 2px;
8787
border-style: solid;
8888
border-color: var(--identity-card-border-color);
8989
border-bottom-right-radius: 30px;
@@ -158,7 +158,7 @@
158158
}
159159

160160
.notExpiryText {
161-
color: var(--black);
161+
color: var(--dark-content);
162162
text-align: center;
163163

164164
/* Body/micro/medium */

0 commit comments

Comments
 (0)