From 4c14ca5dbef31acc7c2daae3f1cfc7570aa7b990 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 17 Apr 2026 11:14:46 -0700 Subject: [PATCH] style: apply prettier formatting Co-Authored-By: Claude Sonnet 4.6 --- .../dashboard/components/menu/BackgroundStyleDropdown.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx index d220c94db89..bc3c522c401 100644 --- a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx +++ b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx @@ -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%);