Skip to content

Commit

Permalink
update ToolsPanel color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 27, 2022
1 parent 63f4003 commit 6f0d8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tools-panel/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const DropdownMenu = css`
`;

export const ResetLabel = styled.span`
color: var( --wp-admin-theme-color-darker-10 );
color: ${ COLORS.ui.borderFocus };
font-size: 11px;
font-weight: 500;
line-height: 1.4;
Expand Down

0 comments on commit 6f0d8ee

Please sign in to comment.