Skip to content

Commit

Permalink
Remove unneeded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Feb 3, 2025
1 parent 0b589b7 commit 731749e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions browser/chrome-extension/src/browser/BrowserContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ function BrowserContent() {
value="credentials"
iconPosition="start"
className="sidebarTab"
sx={{
display: "flex",
alignItems: "center",
gap: 0.25,
}}
sx={{ gap: 0.25 }}
/>
<Tab
icon={<AccountBalanceWallet />}
Expand Down

0 comments on commit 731749e

Please sign in to comment.