Skip to content

Commit

Permalink
WordPress#66454 - Use consistent label color
Browse files Browse the repository at this point in the history
  • Loading branch information
valerogarte committed Nov 29, 2024
1 parent 11262ac commit 12b3416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buttonView = ( {
background: transparent;
border: none;
border-radius: ${ CONFIG.radiusXSmall };
color: ${ COLORS.gray[ 700 ] };
color: ${ COLORS.gray[ 900 ] };
fill: currentColor;
cursor: pointer;
display: flex;
Expand Down

0 comments on commit 12b3416

Please sign in to comment.