Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 15, 2024
1 parent 399e6e0 commit 28cff2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const AdminTopBar = () => {
alignItems: 'center',
backgroundColor: 'background.default',
gap: '10px',
borderBottom: '1px solid rgba(0, 0, 0, 0.12)\n',
borderBottom: '1px solid rgba(0, 0, 0, 0.12)',
} }
padding={ 2 }>
<Link color="secondary"
Expand Down

0 comments on commit 28cff2d

Please sign in to comment.