diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index 23ecc19..ab05f35 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -88,6 +88,7 @@ export const autoPxStyle: CSSResult = css` --auto-206px: calc(206px / var(--hostDevicePixelRatio)); --auto-208px: calc(208px / var(--hostDevicePixelRatio)); --auto-222px: calc(222px / var(--hostDevicePixelRatio)); + --auto-250px: calc(250px / var(--hostDevicePixelRatio)); --auto-260px: calc(260px / var(--hostDevicePixelRatio)); --auto-275px: calc(275px / var(--hostDevicePixelRatio)); --auto-286px: calc(286px / var(--hostDevicePixelRatio));