fix: multi level sort number being cut

This commit is contained in:
Rafael Taranto 2025-05-26 13:48:16 +01:00
parent 0e7aa6006c
commit 1ead9fe359

View file

@ -11,13 +11,11 @@ import {
} from '../../styling/variables' } from '../../styling/variables'
const base = { const base = {
lineHeight: '120%',
color: fontColor, color: fontColor,
} }
export default { export default {
base: { base: {
lineHeight: '120%',
color: fontColor, color: fontColor,
}, },
h1: { h1: {