parent
ca7386967a
commit
d03dd8c815
|
@ -542,7 +542,7 @@ export function useSharedButtonTextStyles() {
|
||||||
if (variant === 'solid' || variant === 'gradient') {
|
if (variant === 'solid' || variant === 'gradient') {
|
||||||
if (!disabled) {
|
if (!disabled) {
|
||||||
baseStyles.push({
|
baseStyles.push({
|
||||||
color: t.palette.white,
|
color: t.palette.contrast_100,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
baseStyles.push({
|
baseStyles.push({
|
||||||
|
|
|
@ -143,7 +143,7 @@ const interstials: Record<
|
||||||
variant: 'default',
|
variant: 'default',
|
||||||
},
|
},
|
||||||
key: feedInterstitialType,
|
key: feedInterstitialType,
|
||||||
slot: 20,
|
slot: 40,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: followInterstitialType,
|
type: followInterstitialType,
|
||||||
|
@ -151,7 +151,7 @@ const interstials: Record<
|
||||||
variant: 'default',
|
variant: 'default',
|
||||||
},
|
},
|
||||||
key: followInterstitialType,
|
key: followInterstitialType,
|
||||||
slot: 40,
|
slot: 20,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue