From aabeeb143112d5ab37f52f04bdda868b35823b83 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 29 Oct 2025 15:34:45 +0000 Subject: [PATCH] Adding polish --- packages/console/app/src/routes/enterprise/index.css | 12 ++++++------ packages/console/app/src/routes/enterprise/index.tsx | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/console/app/src/routes/enterprise/index.css b/packages/console/app/src/routes/enterprise/index.css index c0cb478c..40f49093 100644 --- a/packages/console/app/src/routes/enterprise/index.css +++ b/packages/console/app/src/routes/enterprise/index.css @@ -23,6 +23,7 @@ --color-text-weaker: hsl(30, 2%, 81%); --color-text-strong: hsl(0, 5%, 12%); --color-text-inverted: hsl(0, 20%, 99%); + --color-text-success: hsl(119, 100%, 35%); --color-border: hsl(30, 2%, 81%); --color-border-weak: hsl(0, 1%, 85%); @@ -49,6 +50,8 @@ --color-text-weaker: hsl(0, 3%, 28%); --color-text-strong: hsl(0, 15%, 94%); --color-text-inverted: hsl(0, 9%, 7%); + --color-text-success: hsl(119, 60%, 72%); + --color-border: hsl(0, 3%, 28%); --color-border-weak: hsl(0, 4%, 23%); @@ -428,12 +431,9 @@ [data-component="success-message"] { margin-top: 1rem; - padding: 1rem; - background: var(--color-success); - color: white; - border-radius: 4px; - font-size: 0.875rem; - text-align: center; + padding: 1rem 0; + color: var(--color-text-success); + text-align: left; } } } diff --git a/packages/console/app/src/routes/enterprise/index.tsx b/packages/console/app/src/routes/enterprise/index.tsx index 21c3db74..d8cfc812 100644 --- a/packages/console/app/src/routes/enterprise/index.tsx +++ b/packages/console/app/src/routes/enterprise/index.tsx @@ -53,7 +53,7 @@ export default function Enterprise() { return (
- OpenCode Enterprise | How can we help your organisation? + OpenCode | Enterprise solutions for your organisation
@@ -64,10 +64,10 @@ export default function Enterprise() {

Your code is yours

- Run OpenCode securely inside your organization with no data or context stored, and - no licensing restrictions or ownership claims. Start a trial with your team today, - then scale with enterprise features like SSO, private registries, and - self-hosting. + OpenCode operates securely inside your organization with no data or context stored and no licensing restrictions or ownership claims. Start a trial with your team today, then scale confidently with enterprise-grade features including SSO, private registries, and self-hosting. +

+

+ Let us know and how we can help.

@@ -129,7 +129,7 @@ export default function Enterprise() { {showSuccess() && (
- Message successfully sent, we'll be in touch soon. + Message sent, we'll be in touch soon.
)}