diff --git a/src/components/base/auto-px-style.ts b/src/components/base/auto-px-style.ts index f4e4a2a..b089c74 100644 --- a/src/components/base/auto-px-style.ts +++ b/src/components/base/auto-px-style.ts @@ -33,6 +33,7 @@ export const autoPxStyle: CSSResult = css` --auto-32px: calc(32px / var(--hostDevicePixelRatio)); --auto-34px: calc(34px / var(--hostDevicePixelRatio)); --auto-36px: calc(36px / var(--hostDevicePixelRatio)); + --auto-37px: calc(37px / var(--hostDevicePixelRatio)); --auto-37_33px: calc(37.33px / var(--hostDevicePixelRatio)); --auto-38px: calc(38px / var(--hostDevicePixelRatio)); --auto-38_4px: calc(38.4px / var(--hostDevicePixelRatio)); @@ -55,6 +56,7 @@ export const autoPxStyle: CSSResult = css` --auto-58px: calc(58px / var(--hostDevicePixelRatio)); --auto-60px: calc(60px / var(--hostDevicePixelRatio)); --auto-64px: calc(64px / var(--hostDevicePixelRatio)); + --auto-65px: calc(65px / var(--hostDevicePixelRatio)); --auto-66px: calc(66px / var(--hostDevicePixelRatio)); --auto-68px: calc(68px / var(--hostDevicePixelRatio)); --auto-70px: calc(70px / var(--hostDevicePixelRatio));