From 74d1f57e6a19879137887a8fca5a1023646e68be Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:03:21 +1000 Subject: [PATCH 1/2] Change resizable box tooltip background to match main tooltip --- .../resize-tooltip/styles/resize-tooltip.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js b/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js index 551d1be939af4..72390f834f51c 100644 --- a/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js +++ b/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js @@ -30,7 +30,7 @@ export const TooltipWrapper = styled.div` `; export const Tooltip = styled.div` - background: ${ COLORS.ui.border }; + background: ${ COLORS.gray[ 900 ] }; border-radius: 2px; box-sizing: border-box; font-size: 12px; From 4ea22a36c41d815cba2a95756244a5c3b74d099a Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:39:45 +1000 Subject: [PATCH 2/2] Add changelog --- packages/components/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 86033f9413f1c..4a75ca045630c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -9,6 +9,7 @@ ### Enhancements - Add `box-sizing` reset style mixin to utils ([#42754](https://github.com/WordPress/gutenberg/pull/42754)). +- `ResizableBox`: Make tooltip background match `Tooltip` component's ([#42800](https://github.com/WordPress/gutenberg/pull/42800)). ## 19.16.0 (2022-07-27)