mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-07 02:11:22 +02:00
Gentle emphasis on new contact/channel button
This commit is contained in:
@@ -860,7 +860,7 @@ export function Sidebar({
|
|||||||
onClick={onNewMessage}
|
onClick={onNewMessage}
|
||||||
title="Add channel or contact"
|
title="Add channel or contact"
|
||||||
aria-label="Add channel or contact"
|
aria-label="Add channel or contact"
|
||||||
className="h-8 w-full justify-start gap-2 px-3 text-[13px]"
|
className="h-8 w-full justify-start gap-2 border-primary/20 bg-primary/5 px-3 text-[13px] text-primary hover:bg-primary/10 hover:text-primary"
|
||||||
>
|
>
|
||||||
<SquarePen className="h-4 w-4" />
|
<SquarePen className="h-4 w-4" />
|
||||||
<span>Add Channel/Contact</span>
|
<span>Add Channel/Contact</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user