fix: Fix spacing in "Help & feedback" button in general account menu (#693)
This commit is contained in:
@@ -185,7 +185,7 @@ export const GeneralAccountMenu: FunctionComponent<Props> = observer(
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<button
|
<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}
|
ref={pushRefToArray}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
appState.accountMenu.closeAccountMenu();
|
appState.accountMenu.closeAccountMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user