From 1c9f89c96d7f1373ecec034fd078f3ab60a77e71 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:58:13 +0200 Subject: Merging upstream version 6.5.2+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/js/dist/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/js/dist/components.js') diff --git a/wp-includes/js/dist/components.js b/wp-includes/js/dist/components.js index 2ca3181..70bfb3d 100644 --- a/wp-includes/js/dist/components.js +++ b/wp-includes/js/dist/components.js @@ -56545,7 +56545,7 @@ const DayButton = /*#__PURE__*/emotion_styled_base_browser_esm(build_module_butt justify-self: end; `, " ", props => props.disabled && ` pointer-events: none; - `, " &&&{border-radius:100%;height:", space(8), ";width:", space(8), ";", props => props.isSelected && ` + `, " &&&{border-radius:100%;height:", space(7), ";width:", space(7), ";", props => props.isSelected && ` background: ${COLORS.theme.accent}; color: ${COLORS.white}; `, " ", props => !props.isSelected && props.isToday && ` -- cgit v1.2.3