+
@@ -666,7 +666,8 @@ export default function RecipientRoute() {
status={isCreating ? 'pending' : 'idle'}
type="submit"
size="pill"
- className="shrink-0 bg-[hsl(var(--palette-green-500))] text-[hsl(var(--palette-cream))] hover:bg-[hsl(var(--palette-green-700))]"
+ variant="brand-soft"
+ className="shrink-0 px-6"
>
Add
@@ -773,9 +774,9 @@ function MessageForms({ message }: { message: FutureMessage }) {
diff --git a/app/routes/_app+/recipients+/index.tsx b/app/routes/_app+/recipients+/index.tsx
index 33b3231c..9bb41968 100644
--- a/app/routes/_app+/recipients+/index.tsx
+++ b/app/routes/_app+/recipients+/index.tsx
@@ -42,7 +42,7 @@ export default function RecipientsIndexRoute() {
variant="outline"
size="icon"
aria-label="Add recipient"
- className="bg-muted hover:bg-card h-14 w-14 shadow-sm"
+ className="h-14 w-14 shadow-sm"
>
@@ -148,7 +148,8 @@ export default function RecipientsIndexRoute() {
Add Recipient
diff --git a/app/routes/_app+/settings.profile+/change-number.tsx b/app/routes/_app+/settings.profile+/change-number.tsx
index 3c744bb1..c7a5d6ca 100644
--- a/app/routes/_app+/settings.profile+/change-number.tsx
+++ b/app/routes/_app+/settings.profile+/change-number.tsx
@@ -147,7 +147,7 @@ export default function ChangePhoneNumberIndex() {
Cancel
Send Confirmation
diff --git a/app/routes/_app+/settings.profile+/index.tsx b/app/routes/_app+/settings.profile+/index.tsx
index 3b277b11..2bb93c3f 100644
--- a/app/routes/_app+/settings.profile+/index.tsx
+++ b/app/routes/_app+/settings.profile+/index.tsx
@@ -260,7 +260,7 @@ function UpdateProfile() {
status={
fetcher.state !== 'idle' ? 'pending' : (form.status ?? 'idle')
}
- className="bg-[hsl(var(--palette-green-500))] text-[hsl(var(--palette-cream))] hover:bg-[hsl(var(--palette-green-700))]"
+ variant="brand"
>
Save Changes
diff --git a/app/routes/_app+/settings.profile+/password.tsx b/app/routes/_app+/settings.profile+/password.tsx
index 0ef6e62b..b7902184 100644
--- a/app/routes/_app+/settings.profile+/password.tsx
+++ b/app/routes/_app+/settings.profile+/password.tsx
@@ -170,7 +170,7 @@ export default function ChangePasswordRoute() {
Save