Shrink matte color swatch

This commit is contained in:
Sam Becker 2025-03-29 13:16:57 -05:00
parent a383c62fd1
commit 9b5f5a521f

View File

@ -485,14 +485,14 @@ export default function AdminAppConfigurationClient({
<EnvVar
variable="NEXT_PUBLIC_MATTE_COLOR"
accessory={matteColor && <span
className="size-4 border-medium rounded-sm ml-1"
className="size-[15px] border-medium rounded-sm ml-1"
style={{ backgroundColor: matteColor }}
/>}
/>
<EnvVar
variable="NEXT_PUBLIC_MATTE_COLOR_DARK"
accessory={matteColorDark && <span
className="size-4 border-medium rounded-sm ml-1"
className="size-[15px] border-medium rounded-sm ml-1"
style={{ backgroundColor: matteColorDark }}
/>}
/>