style: apply prettier formatting

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-04-17 11:14:46 -07:00
committed by Claude
parent 4db31aea1f
commit 4c14ca5dbe

View File

@@ -52,8 +52,11 @@ const BackgroundStyleOption = styled.div`
}
/* Create the transparent rect icon */
&.background--transparent:before {
background-image:
linear-gradient(45deg, ${theme.colorTextLabel} 25%, transparent 25%),
background-image: linear-gradient(
45deg,
${theme.colorTextLabel} 25%,
transparent 25%
),
linear-gradient(-45deg, ${theme.colorTextLabel} 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, ${theme.colorTextLabel} 75%),
linear-gradient(-45deg, transparent 75%, ${theme.colorTextLabel} 75%);