fix(style): Change IOS buttons style
Some checks failed
Deploy to talkpro / build-and-sync (push) Has been cancelled

This commit is contained in:
SeekingGamer
2026-05-20 16:17:12 +08:00
parent 08699e6d0d
commit edec5370b6

View File

@@ -150,8 +150,8 @@ a.store-badge {
}
.store-badge--ios {
background: #383838;
border: 1px solid #141414;
background: #121212F0;
border: 1px solid #2C2C2C;
}
.store-badge__icon {
@@ -168,7 +168,7 @@ a.store-badge {
flex-shrink: 0;
width: 44px;
height: 44px;
background: #151515;
background: #323232;
border-radius: 12px;
}
@@ -211,7 +211,7 @@ a.store-badge {
}
.store-badge--ios .store-badge__platform {
color: #ccc;
color: #949494;
}
.store-badge__label {