Skip to content

Commit

Permalink
Add bottom border to overview header
Browse files Browse the repository at this point in the history
  • Loading branch information
koredefashokun committed Feb 23, 2025
1 parent 2041464 commit 377492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/screens/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Overview: React.FC = () => {

return (
<Screen style={{ paddingTop: top }}>
<ScreenHeader title='Overview' />
<ScreenHeader title='Overview' hasBottomBorder />
<ScrollableScreen>
<ManagePayouts />
<LowStockProducts />
Expand Down

0 comments on commit 377492e

Please sign in to comment.