Skip to content

Commit a2e4119

Browse files
fix(dashboard): remove transparency from filter scope indicator popover
1 parent 972e15e commit a2e4119

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel

1 file changed

+1
-1
lines changed

superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const DetailsPanelPopover = ({
181181

182182
return (
183183
<Popover
184-
color={`${theme.colorBgElevated}cc`}
184+
color={theme.colorBgElevated}
185185
content={content}
186186
open={popoverVisible}
187187
onOpenChange={handleVisibility}

0 commit comments

Comments
 (0)