Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Sidebar/SidebarLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SidebarLogo = ({ isSidebarExpanded }: IMeshLogoProps) => {

return (
<div className="flex flex-row justify-start align-middle h-20 p-4 border-b border-gray-100 dark:border-gray-700">
<div className="text-white dark:text-black my-auto p-3 bg-gray-700 dark:bg-gray-200 rounded-lg h-12 w-12">
<div className="text-white dark:text-black my-auto p-3 bg-gray-700 dark:bg-gray-200 rounded-lg h-12 w-12 shrink-0">
<MeshtasticLogo />
</div>
<div
Expand Down
Loading