mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 10:01:29 -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;
|
||||
|
||||
const VALUE_COLUMN_WIDTH = '12%';
|
||||
const VALUE_COLUMN_WIDTH = '8%';
|
||||
const NAME_COLUMN_WIDTH = '30%';
|
||||
|
||||
export const ColorsDisplay: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user