Files
twenty/packages/twenty-ui
Charles Bochet c1e1ef7f14 Fix background.noisy CSS variable by removing trailing semicolons
The theme's background.noisy values had trailing semicolons (e.g.
`url(...);`) which were fine in styled-components but break when
stored as CSS variable values. The semicolon caused the browser to
reject or misinterpret `--t-background-noisy`, resulting in transparent
backgrounds across PageBody, PageHeader, DefaultLayout, and the
workflow step editor panel.
2026-03-04 18:26:48 +01:00
..
2026-03-04 13:22:31 +01:00
2026-03-04 13:22:31 +01:00

Twenty UI

This library was generated with Nx.

Building

Run npx nx build twenty-ui to build the library.

Storybook Server

Run npx nx start twenty-ui to start the storybook development server on localhost:6006.

Running unit tests

Run npx nx test twenty-ui to execute the unit tests via Jest.