mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
style(calendar): use neutral colors for TagStrip action buttons
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c7c451e439
commit
484efccb45
1 changed files with 12 additions and 12 deletions
|
|
@ -218,40 +218,40 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* More pill with muted style */
|
||||
/* More pill with neutral style */
|
||||
.more-pill {
|
||||
color: #6b7280;
|
||||
color: #374151;
|
||||
}
|
||||
|
||||
.more-pill .tag-name {
|
||||
color: #6b7280;
|
||||
font-weight: 600;
|
||||
color: #374151;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
:global(.dark) .more-pill {
|
||||
color: #9ca3af;
|
||||
color: #f3f4f6;
|
||||
}
|
||||
|
||||
:global(.dark) .more-pill .tag-name {
|
||||
color: #9ca3af;
|
||||
color: #f3f4f6;
|
||||
}
|
||||
|
||||
/* Create pill with primary accent */
|
||||
/* Create pill with neutral style */
|
||||
.create-pill {
|
||||
color: #3b82f6;
|
||||
color: #374151;
|
||||
}
|
||||
|
||||
.create-pill .tag-name {
|
||||
color: #3b82f6;
|
||||
font-weight: 600;
|
||||
color: #374151;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
:global(.dark) .create-pill {
|
||||
color: #60a5fa;
|
||||
color: #f3f4f6;
|
||||
}
|
||||
|
||||
:global(.dark) .create-pill .tag-name {
|
||||
color: #60a5fa;
|
||||
color: #f3f4f6;
|
||||
}
|
||||
|
||||
/* Glass tag styling - same as PillNavigation pills */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue