mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
refactor(design): flatten accent gradient CTAs to solid bg per design law
Replace gradient CTAs that fade between same-token shades with flat backgrounds (TopUpAmount accent submit, ChannelSubscriptionScreen single-channel button, three SuccessNotificationModal action buttons). Stars yellow→orange gradient kept as a Telegram brand cue; decorative card-header gradients left as visual identity.
This commit is contained in:
@@ -506,7 +506,7 @@ export default function TopUpAmount() {
|
||||
? 'cursor-not-allowed bg-dark-700 text-dark-500'
|
||||
: isStarsMethod
|
||||
? 'bg-gradient-to-r from-yellow-500 to-orange-500 text-white shadow-lg shadow-yellow-500/25 hover:from-yellow-400 hover:to-orange-400 active:from-yellow-600 active:to-orange-600'
|
||||
: 'bg-gradient-to-r from-accent-500 to-accent-600 text-white shadow-lg shadow-accent-500/25 hover:from-accent-400 hover:to-accent-500 active:from-accent-600 active:to-accent-700'
|
||||
: 'bg-accent-500 text-white shadow-lg shadow-accent-500/25 transition-colors hover:bg-accent-400 active:bg-accent-600'
|
||||
}`}
|
||||
>
|
||||
{isPending ? (
|
||||
|
||||
Reference in New Issue
Block a user