feat(ui): make the first column narrower in /colors output

This commit is contained in:
Keith Guerin
2026-02-26 14:04:12 -08:00
parent 800aa60f9b
commit 170d1aef70

View File

@@ -53,7 +53,7 @@ interface BackgroundColorRow {
type ColorRow = StandardColorRow | GradientColorRow | BackgroundColorRow;
const VALUE_COLUMN_WIDTH = '12%';
const VALUE_COLUMN_WIDTH = '8%';
const NAME_COLUMN_WIDTH = '30%';
export const ColorsDisplay: React.FC = () => {