diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:58:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:58:10 +0000 |
commit | 84013b8defc9e0583584f5d41fa9dcb59ca39b0c (patch) | |
tree | 97f1052e81d01558ecc5e05df6dd2d741f0a5574 /wp-includes/js/dist/components.js | |
parent | Adding upstream version 6.5+dfsg1. (diff) | |
download | wordpress-84013b8defc9e0583584f5d41fa9dcb59ca39b0c.tar.xz wordpress-84013b8defc9e0583584f5d41fa9dcb59ca39b0c.zip |
Adding upstream version 6.5.2+dfsg1.upstream/6.5.2+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | wp-includes/js/dist/components.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 && ` |