Skip to content

Commit

Permalink
fix: restore gap in account spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 16, 2024
1 parent bdbc072 commit d2730b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/AccountNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const AccountNotifications = (props: IProps) => {
className="group flex items-center justify-between bg-gray-300 px-3 py-2 text-sm font-semibold dark:bg-gray-darkest dark:text-white"
onClick={toggleAccountNotifications}
>
<div>
<div className="flex gap-3">
<PlatformIcon type={account.platform} size={16} />
<button
type="button"
Expand Down
28 changes: 21 additions & 7 deletions src/components/__snapshots__/AccountNotifications.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2730b8

Please sign in to comment.