Skip to content

Commit 77a8c11

Browse files
committed
fix: use 0px instead of 0rem for consistency
1 parent 2b27cda commit 77a8c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/use-preset-controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const PRESET_MAPPING = {
2525

2626
const nonePreset = {
2727
name: __( 'None', i18n ),
28-
size: '0rem',
28+
size: '0px',
2929
slug: 'none',
3030
}
3131

0 commit comments

Comments
 (0)