Skip to content

Commit

Permalink
fix: widget-editable-focus-background color
Browse files Browse the repository at this point in the history
  • Loading branch information
nshenderov committed Dec 12, 2024
1 parent 6fb722a commit 8eba6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const colors = css`
--ck-color-widget-blurred-border: ${theme.colors.neutral400};
--ck-color-widget-hover-border: ${theme.colors.neutral300};
--ck-color-widget-editable-focus-background: var(--ck-custom-white);
--ck-color-widget-editable-focus-background: ${theme.colors.neutral150};
--ck-color-widget-type-around-button-active: var(--ck-color-focus-border);
--ck-color-widget-type-around-button-hover: ${theme.colors.neutral300};
Expand Down

0 comments on commit 8eba6b7

Please sign in to comment.