Skip to content

Commit

Permalink
fix background color in workspace list empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Feb 13, 2024
1 parent 2d78adf commit c6c48ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeatureList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function FeatureList({
menuItems,
illustration,
illustrationStyle,
illustrationBackgroundColor = '',
illustrationBackgroundColor,
}: FeatureListProps) {
const styles = useThemeStyles();
const {translate} = useLocalize();
Expand Down

0 comments on commit c6c48ec

Please sign in to comment.