Skip to content

Commit c998086

Browse files
authored
Fix --ha-space-13 spacing token (#27246)
1 parent 53be0a3 commit c998086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/theme/core.globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const coreStyles = css`
3434
--ha-space-10: 40px;
3535
--ha-space-11: 44px;
3636
--ha-space-12: 48px;
37-
--ha-space-13: 44px;
37+
--ha-space-13: 52px;
3838
--ha-space-14: 56px;
3939
--ha-space-15: 60px;
4040
--ha-space-16: 64px;

0 commit comments

Comments
 (0)