From 6c1373c33212e26521701acf73c0398721b3a881 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 15 Aug 2025 20:18:31 -0700 Subject: Revert "Update semantic color tokens" (#6365) --- packages/cli/src/ui/components/AuthDialog.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'packages/cli/src/ui/components/AuthDialog.tsx') diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx index b9215988..c353727c 100644 --- a/packages/cli/src/ui/components/AuthDialog.tsx +++ b/packages/cli/src/ui/components/AuthDialog.tsx @@ -6,7 +6,7 @@ import React, { useState } from 'react'; import { Box, Text } from 'ink'; -import { theme } from '../semantic-colors.js'; +import { Colors } from '../colors.js'; import { RadioButtonSelect } from './shared/RadioButtonSelect.js'; import { LoadedSettings, SettingScope } from '../../config/settings.js'; import { AuthType } from '@google/gemini-cli-core'; @@ -133,18 +133,14 @@ export function AuthDialog({ return ( - - Get started - + Get started - - How would you like to authenticate for this project? - + How would you like to authenticate for this project? {errorMessage && ( - {errorMessage} + {errorMessage} )} - (Use Enter to select) + (Use Enter to select) - - Terms of Services and Privacy Notice for Gemini CLI - + Terms of Services and Privacy Notice for Gemini CLI - + { 'https://github.com/google-gemini/gemini-cli/blob/main/docs/tos-privacy.md' } -- cgit v1.2.3