mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-04 16:17:06 +02:00
show lockicon on a second row on mobile (#2462)
* show lockicon on a second row * fix darkMode toggle acting as a lock icon Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:

committed by
GitHub

parent
6081bb5941
commit
fb02329c11
@@ -13,7 +13,7 @@ export const DarkModeToggle = (props: {
|
||||
}) => {
|
||||
return (
|
||||
<label
|
||||
className={`ToolIcon ToolIcon__lock ToolIcon_type_floating ToolIcon_size_M`}
|
||||
className={`ToolIcon ToolIcon_type_floating ToolIcon_size_M`}
|
||||
title={t("buttons.toggleDarkMode")}
|
||||
>
|
||||
<input
|
||||
|
Reference in New Issue
Block a user