diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index 3f7c7ea..f3bd08c 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -64,6 +64,7 @@ export const autoPxStyle: CSSResult = css` --auto-112px: calc(112px / var(--hostDevicePixelRatio)); --auto-116px: calc(116px / var(--hostDevicePixelRatio)); --auto-118px: calc(118px / var(--hostDevicePixelRatio)); + --auto-124px: calc(124px / var(--hostDevicePixelRatio)); --auto-128px: calc(128px / var(--hostDevicePixelRatio)); --auto-129px: calc(129px / var(--hostDevicePixelRatio)); --auto-140px: calc(140px / var(--hostDevicePixelRatio));