mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
feat(ui): make the first column narrower in /colors output
This commit is contained in:
@@ -53,7 +53,7 @@ interface BackgroundColorRow {
|
|||||||
|
|
||||||
type ColorRow = StandardColorRow | GradientColorRow | BackgroundColorRow;
|
type ColorRow = StandardColorRow | GradientColorRow | BackgroundColorRow;
|
||||||
|
|
||||||
const VALUE_COLUMN_WIDTH = '12%';
|
const VALUE_COLUMN_WIDTH = '8%';
|
||||||
const NAME_COLUMN_WIDTH = '30%';
|
const NAME_COLUMN_WIDTH = '30%';
|
||||||
|
|
||||||
export const ColorsDisplay: React.FC = () => {
|
export const ColorsDisplay: React.FC = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user