Skip to content

Commit

Permalink
fix: Fix spacing in "Help & feedback" button in general account menu (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Oct 19, 2021
1 parent c8dc07d commit 29138ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const GeneralAccountMenu: FunctionComponent<Props> = observer(
</>
)}
<button
className="sn-dropdown-item focus:bg-info-backdrop focus:shadow-none"
className="sn-dropdown-item justify-between focus:bg-info-backdrop focus:shadow-none"
ref={pushRefToArray}
onClick={() => {
appState.accountMenu.closeAccountMenu();
Expand Down

0 comments on commit 29138ea

Please sign in to comment.