Skip to content

Commit

Permalink
Make background color transparent for tabs (#7070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jgarcia committed Jul 25, 2023
1 parent 2a43d98 commit d6d8f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/lib/src/components/elements/Tabs/Tabs.tsx
Expand Up @@ -146,6 +146,7 @@ function Tabs(props: TabProps): ReactElement {
paddingTop: theme.spacing.none,
paddingBottom: theme.spacing.none,
fontSize: theme.fontSizes.sm,
background: "transparent",
color: widgetsDisabled
? theme.colors.fadedText40
: theme.colors.bodyText,
Expand Down

0 comments on commit d6d8f62

Please sign in to comment.