From 67c9ecb589fd00e3619b8ed3acb1378499cdb914 Mon Sep 17 00:00:00 2001
From: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Sun, 10 May 2026 09:02:54 +0000
Subject: [PATCH] fix(web): convert
-
{
dispatch({ type: 'clear-feedback' });
dispatch({ type: 'set-selected-holding-trade-id', value: null });
updateDraft('side', 'buy');
}}
- variant="ghost"
- className={`h-auto justify-start rounded-[1.25rem] border px-5 py-5 text-left transition ${
+ className={`card-button h-auto justify-start rounded-[1.25rem] border px-5 py-5 text-left transition ${
draft.side === 'buy'
? 'border-[var(--primary)] bg-[var(--accent-soft)]'
: 'border-[var(--border)] bg-[var(--card-elevated)]'
@@ -1024,8 +1023,8 @@ export function SimpleView() {
New short-term buy plan
Arm a dip-buy trigger and let the app manage the profit exit after fill.
-
-
+ {
dispatch({ type: 'clear-feedback' });
@@ -1035,8 +1034,7 @@ export function SimpleView() {
updateDraft('side', 'sell');
}
}}
- variant="ghost"
- className={`h-auto justify-start rounded-[1.25rem] border px-5 py-5 text-left transition ${
+ className={`card-button h-auto justify-start rounded-[1.25rem] border px-5 py-5 text-left transition ${
draft.side === 'sell'
? 'border-[var(--primary)] bg-[var(--accent-soft)]'
: 'border-[var(--border)] bg-[var(--card-elevated)]'
@@ -1046,7 +1044,7 @@ export function SimpleView() {
Manage an existing holding
Choose a filled holding and place it back under managed profit-taking.
-
+