style: apply prettier formatting to BackgroundStyleDropdown

This commit is contained in:
Evan Rusackas
2026-04-17 11:45:01 -07:00
committed by Claude
parent aee7c285ea
commit b9815e06c4

View File

@@ -52,11 +52,8 @@ 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%);