From 0c8268a4feb31a89d0f8fe7d093a572c9b7b7900 Mon Sep 17 00:00:00 2001 From: tatz-ibz <44389443+tatz-ibz@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:07:47 +0900 Subject: [PATCH] Revert "fix: x icon color" --- ameba-color-palette.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ameba-color-palette.css b/ameba-color-palette.css index 5f31a46..bd8f426 100644 --- a/ameba-color-palette.css +++ b/ameba-color-palette.css @@ -194,7 +194,7 @@ --color-third-party-facebook-white: var(--facebook-white); --color-third-party-twitter-blue: var(--twitter-blue); --color-third-party-twitter-white: var(--twitter-white); - --color-third-party-x-black: var(--x-black); + --color-third-party-x-blue: var(--x-blue); --color-third-party-x-white: var(--x-white); --color-third-party-instagram-pink: var(--instagram-pink); --color-third-party-apple-black: var(--apple-black);