Migrate all components to new tokens

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-02-06 13:48:08 +00:00
parent f16694e97f
commit 599f6687a2
43 changed files with 371 additions and 205 deletions
@@ -264,7 +264,7 @@ function Extension({ node, depth }: { node: AppNode; depth: number }) {
style={{
width: 'fit-content',
color: enabled ? 'var(--bui-fg-primary)' : 'var(--bui-fg-disabled)',
background: 'var(--bui-bg-surface-1)',
background: 'var(--bui-bg-neutral-1)',
borderTopRightRadius: 'var(--bui-radius-2)',
borderBottomRightRadius: 'var(--bui-radius-2)',
}}
@@ -362,7 +362,7 @@ export function DetailedVisualizer({ tree }: { tree: AppTree }) {
m="2"
style={{
flex: '0 0 auto',
background: 'var(--bui-bg-surface-1)',
background: 'var(--bui-bg-neutral-1)',
border: '1px solid var(--bui-border)',
borderRadius: 'var(--bui-radius-2)',
}}
@@ -92,7 +92,7 @@ export function TextVisualizer({ tree }: { tree: AppTree }) {
py="2"
px="4"
style={{
background: 'var(--bui-bg-surface-1)',
background: 'var(--bui-bg-neutral-1)',
borderTop: '1px solid var(--bui-border)',
}}
>