Skip to content

Commit 664be3b

Browse files
committed
fix(ui-buttons): wip fix
1 parent 147740b commit 664be3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-buttons/src/BaseButton/styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,8 @@ const generateStyle = (
466466
? {
467467
background: `
468468
linear-gradient(to bottom, ${componentTheme.aiBorderTopGradientColor} 0%, ${componentTheme.aiBorderBottomGradientColor} 100%)`,
469-
backgroundClip: 'text'
469+
backgroundClip: 'text',
470+
color: 'transparent'
470471
}
471472
: {})
472473
},

0 commit comments

Comments
 (0)