fix: Editable text aligning left instead of inplace.

This commit is contained in:
blessedcoolant 2023-07-20 23:54:11 +12:00 committed by psychedelicious
parent ab9b5f3b95
commit da523fa32f

View File

@ -272,6 +272,7 @@ const GalleryBoard = memo(
p: 0,
_focusVisible: {
p: 0,
textAlign: 'center',
// get rid of the edit border
boxShadow: 'none',
},