| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| dialogs | ||
| affiliate-rewards-card.tsx | ||
| creem-products-section.tsx | ||
| recharge-form-card.tsx | ||
| subscription-plans-card.tsx | ||
| wallet-stats-card.tsx |
Selected preset buttons looked identical to unselected in dark mode: the override classes `border-foreground bg-foreground/5` carry no `dark:` variant, while the Button `outline` variant base contains `dark:border-input dark:bg-input/30`. tailwind-merge keeps both (different variants → no conflict), and in dark mode CSS specificity makes `.dark .border-input` win over `.border-foreground`, so the override is silently overridden and the bright-border/tinted-bg selection state never applies. Add explicit `dark:border-foreground dark:bg-foreground/10` to the override so tailwind-merge resolves the dark-variant conflict in favor of the override and the selected state is clearly distinguishable on both light and dark backgrounds. Co-authored-by: xinnyu <xinnyu@users.noreply.github.com>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| dialogs | Loading commit data... | |
| affiliate-rewards-card.tsx | Loading commit data... | |
| creem-products-section.tsx | Loading commit data... | |
| recharge-form-card.tsx | Loading commit data... | |
| subscription-plans-card.tsx | Loading commit data... | |
| wallet-stats-card.tsx | Loading commit data... |