Feed interstitial tweaks (#4733)

* Swap interstitial positions

* Fix color
zio/stable
dan 2024-07-04 20:54:49 +01:00 committed by GitHub
parent ca7386967a
commit d03dd8c815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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({

View File

@ -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,
},
],
}