[CYS] Fix Spotlight Tour caret is not centered vertically (#41154)

* Fix CYS Spotlight Tour caret is not centered vertically

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2023-11-01 16:54:53 +08:00 committed by GitHub
parent 38d0081fab
commit 1ca93287ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export const OnboardingTour = ( {
requires: [ 'computeStyles' ],
fn: ( { state } ) => {
state.styles.arrow.transform =
'translate3d(0px, 114.4px, 0)';
'translate3d(0px, 96px, 0)';
},
},
{

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix CYS Spotlight Tour caret is not centered vertically