We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a82453 commit 4476466Copy full SHA for 4476466
packages/composite-checkout/src/lib/theme.ts
@@ -81,7 +81,7 @@ const theme: Theme = {
81
textColor: colorStudio.colors[ 'Gray 60' ],
82
textColorLight: colorStudio.colors[ 'Gray 50' ],
83
textColorDark: colorStudio.colors[ 'Gray 100' ],
84
- textColorDisabled: colorStudio.colors[ 'Gray 10' ],
+ textColorDisabled: colorStudio.colors[ 'Gray 50' ],
85
error: swatches.red50,
86
warningBackground: swatches.red0,
87
outline: colorStudio.colors[ 'WordPress Blue 30' ],
0 commit comments