Skip to content

Commit 4476466

Browse files
Update disabled text color from Gray 10 to Gray 50 for better contrast (#103814)
1 parent 6a82453 commit 4476466

File tree

1 file changed

+1
-1
lines changed
  • packages/composite-checkout/src/lib

1 file changed

+1
-1
lines changed

packages/composite-checkout/src/lib/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const theme: Theme = {
8181
textColor: colorStudio.colors[ 'Gray 60' ],
8282
textColorLight: colorStudio.colors[ 'Gray 50' ],
8383
textColorDark: colorStudio.colors[ 'Gray 100' ],
84-
textColorDisabled: colorStudio.colors[ 'Gray 10' ],
84+
textColorDisabled: colorStudio.colors[ 'Gray 50' ],
8585
error: swatches.red50,
8686
warningBackground: swatches.red0,
8787
outline: colorStudio.colors[ 'WordPress Blue 30' ],

0 commit comments

Comments
 (0)