Skip to content

Commit

Permalink
Merge pull request #102 from openameba/feat/change-x-icon-color
Browse files Browse the repository at this point in the history
feat(spindle-tokens): fix x icon color
  • Loading branch information
tatz012 authored Jun 18, 2024
2 parents ed9dffb + ef2ca41 commit 0eb300a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ameba-color-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
--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-blue: var(--x-blue);
--color-third-party-x-blue: var(--x-blue); /* deprecated. --x-blue- is undefined. specifying it won't change the color. */
--color-third-party-x-black: var(--x-black);
--color-third-party-x-white: var(--x-white);
--color-third-party-instagram-pink: var(--instagram-pink);
--color-third-party-apple-black: var(--apple-black);
Expand Down

0 comments on commit 0eb300a

Please sign in to comment.