diff options
| author | David Hill <[email protected]> | 2026-01-23 20:11:33 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 06:18:54 +0000 |
| commit | 2daa3652bb74e57153bf00c500f30087e040e73f (patch) | |
| tree | 6217b739a7e0056bae508f10a8b0933918a891b7 /packages/ui/src/theme | |
| parent | ae84e9909a3318aa840c98c5720b1cd75fbe79df (diff) | |
| download | opencode-2daa3652bb74e57153bf00c500f30087e040e73f.tar.gz opencode-2daa3652bb74e57153bf00c500f30087e040e73f.zip | |
fix(ui): add button-primary-base variable and use primary variant for Comment button
Diffstat (limited to 'packages/ui/src/theme')
| -rw-r--r-- | packages/ui/src/theme/themes/oc-1.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/src/theme/themes/oc-1.json b/packages/ui/src/theme/themes/oc-1.json index fe04b1901..11b2c56dd 100644 --- a/packages/ui/src/theme/themes/oc-1.json +++ b/packages/ui/src/theme/themes/oc-1.json @@ -115,6 +115,7 @@ "text-on-brand-weak": "var(--smoke-light-alpha-9)", "text-on-brand-weaker": "var(--smoke-light-alpha-8)", "text-on-brand-strong": "var(--smoke-light-alpha-12)", + "button-primary-base": "var(--smoke-light-12)", "button-secondary-base": "#fdfcfc", "button-secondary-hover": "#faf9f9", "border-base": "var(--smoke-light-alpha-7)", @@ -380,6 +381,7 @@ "text-on-brand-weak": "var(--smoke-dark-alpha-9)", "text-on-brand-weaker": "var(--smoke-dark-alpha-8)", "text-on-brand-strong": "var(--smoke-dark-alpha-12)", + "button-primary-base": "var(--smoke-dark-12)", "button-secondary-base": "#231f1f", "button-secondary-hover": "#2a2727", "border-base": "var(--smoke-dark-alpha-7)", |
