Skip to content

Commit

Permalink
Merge pull request #4336 from tloncorp/james/tlon-3339-sidebar-left-b…
Browse files Browse the repository at this point in the history
…order-should-use-theme-token
  • Loading branch information
jamesacklin authored Jan 14, 2025
2 parents 445e497 + 1c1368d commit 0fc1d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/navigation/desktop/HomeNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const HomeNavigator = () => {
drawerStyle: {
width: 340,
backgroundColor: getVariableValue(useTheme().background),
borderRightColor: getVariableValue(useTheme().border)
},
}}
>
Expand Down

0 comments on commit 0fc1d7e

Please sign in to comment.