Skip to content

Commit

Permalink
Add translucent prop to StatusBar for consistent color across orienta…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
Dashwave authored and burnerlee committed Nov 28, 2024
1 parent 246c7b2 commit 296f8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/ZulipStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default function ZulipStatusBar(props: Props): Node {
const osScheme = useColorScheme();
const themeToUse = getThemeToUse(theme, osScheme);

const orientation = useGlobalSelector(state => getGlobalSession(state).orientation);
const backgroundColor = props.backgroundColor;
const statusBarColor = getStatusBarColor(backgroundColor, themeToUse);

Expand Down

0 comments on commit 296f8b4

Please sign in to comment.