mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 11:02:17 +00:00
Tone down navigation badge styling - use card background with shadow instead of primary color
This commit is contained in:
parent
4a2ef56954
commit
d0cbca52b3
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const navigationRenderer: MessageRenderer<NavigationMessage> = {
|
|||
return html`
|
||||
<div class="mx-4 my-2">
|
||||
<button
|
||||
class="inline-flex items-center gap-2 px-3 py-2 text-sm text-primary-foreground bg-primary/90 border-2 border-primary rounded-lg hover:bg-primary transition-colors max-w-full cursor-pointer shadow-md"
|
||||
class="inline-flex items-center gap-2 px-3 py-2 text-sm text-card-foreground bg-card border border-border rounded-lg hover:bg-accent/50 transition-colors max-w-full cursor-pointer shadow-lg"
|
||||
@click=${() => {
|
||||
chrome.tabs.create({ url: nav.url });
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue