fixed log color when dark theme is enabled
This commit is contained in:
@@ -69,7 +69,7 @@ const LogItem = ({ value, searchState }: Props) => {
|
|||||||
{renderHighlightText(value.type)}
|
{renderHighlightText(value.type)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-gray-800 dark:text-gray-200 break-all whitespace-pre-wrap">
|
<div className="text-foreground break-all whitespace-pre-wrap">
|
||||||
{renderHighlightText(value.payload)}
|
{renderHighlightText(value.payload)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user