From d03dd8c8154e11bf7603ba37cf0ee5a580ec11d1 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 4 Jul 2024 20:54:49 +0100 Subject: Feed interstitial tweaks (#4733) * Swap interstitial positions * Fix color --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Button.tsx') diff --git a/src/components/Button.tsx b/src/components/Button.tsx index ed963026c..dfdcde6ed 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -542,7 +542,7 @@ export function useSharedButtonTextStyles() { if (variant === 'solid' || variant === 'gradient') { if (!disabled) { baseStyles.push({ - color: t.palette.white, + color: t.palette.contrast_100, }) } else { baseStyles.push({ -- cgit 1.4.1