Skip to content

Commit ff5ed62

Browse files
fix: open sidebar arrow visibibility mobile
1 parent 172ec6c commit ff5ed62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Chat/Menus/OpenSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function OpenSidebar({
1717
variant="outline"
1818
data-testid="open-sidebar-button"
1919
aria-label={localize('com_nav_open_sidebar')}
20-
className="rounded-xl border border-border-light bg-surface-secondary p-2 hover:bg-surface-hover max-md:hidden"
20+
className="rounded-xl border border-border-light bg-surface-secondary p-2 hover:bg-surface-hover"
2121
onClick={() =>
2222
setNavVisible((prev) => {
2323
localStorage.setItem('navVisible', JSON.stringify(!prev));

0 commit comments

Comments
 (0)