From edec5370b685860e1b0b17de62ab3241abf2f1a3 Mon Sep 17 00:00:00 2001 From: SeekingGamer <160568653+SeekingGamer@users.noreply.github.com> Date: Wed, 20 May 2026 16:17:12 +0800 Subject: [PATCH] fix(style): Change IOS buttons style --- src/styles/download.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/download.css b/src/styles/download.css index 45f55f4..80c91ce 100644 --- a/src/styles/download.css +++ b/src/styles/download.css @@ -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 {