mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 15:10:59 -07:00
Allow themes to theme the UI (#769)
This commit is contained in:
@@ -111,9 +111,7 @@ export function RadioButtonSelect<T>({
|
||||
return (
|
||||
<Text color={textColor}>
|
||||
{itemWithThemeProps.themeNameDisplay}{' '}
|
||||
<Text color={Colors.SubtleComment}>
|
||||
{itemWithThemeProps.themeTypeDisplay}
|
||||
</Text>
|
||||
<Text color={Colors.Gray}>{itemWithThemeProps.themeTypeDisplay}</Text>
|
||||
</Text>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user