fix(console): fix debug icon rendering in "Debug Console" Box (#6737)
Co-authored-by: Ben Guo <hundunben@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <jacob314@gmail.com> Co-authored-by: Arya Gummadi <aryagummadi@google.com>
This commit is contained in:
parent
5be9172ad5
commit
348fa6c7c2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const DetailedMessagesDisplay: React.FC<
|
||||||
break;
|
break;
|
||||||
case 'debug':
|
case 'debug':
|
||||||
textColor = Colors.Gray; // Or Colors.Gray
|
textColor = Colors.Gray; // Or Colors.Gray
|
||||||
icon = '\u1F50D'; // Left-pointing magnifying glass (????)
|
icon = '\u{1F50D}'; // Left-pointing magnifying glass (🔍)
|
||||||
break;
|
break;
|
||||||
case 'log':
|
case 'log':
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue