Design Variante A: Magenta → Violet (fly.io-Farbpalette)
- Akzent/Ring Dark Mode: hue 330 → 280 (violet) - Gradient Mesh: Magenta-Töne → Purple/Violet/Cyan - Glow + Selection: gleiche Verschiebung - Button default: from-pink→violet → from-violet→cyan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
85f7ba34a6
commit
4cbb2988fe
2 changed files with 11 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ const buttonVariants = cva(
|
|||
{
|
||||
variants: {
|
||||
variant: {
|
||||
default: 'bg-gradient-to-r from-pink-500 to-violet-500 text-white hover:from-pink-600 hover:to-violet-600 shadow-lg shadow-pink-500/25',
|
||||
default: 'bg-gradient-to-r from-violet-500 to-cyan-400 text-white hover:from-violet-600 hover:to-cyan-500 shadow-lg shadow-violet-500/25',
|
||||
destructive:
|
||||
'bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60',
|
||||
outline:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue