diff --git a/src/components/Button.tsx b/src/components/Button.tsx index ed963026..dfdcde6e 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({ diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx index 27f75b41..4a9b3729 100644 --- a/src/view/com/posts/Feed.tsx +++ b/src/view/com/posts/Feed.tsx @@ -143,7 +143,7 @@ const interstials: Record< variant: 'default', }, key: feedInterstitialType, - slot: 20, + slot: 40, }, { type: followInterstitialType, @@ -151,7 +151,7 @@ const interstials: Record< variant: 'default', }, key: followInterstitialType, - slot: 40, + slot: 20, }, ], }