Feed interstitial tweaks (#4733)
* Swap interstitial positions * Fix color
This commit is contained in:
parent
ca7386967a
commit
d03dd8c815
2 changed files with 3 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue