mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
Fix color
This commit is contained in:
@@ -28,7 +28,7 @@ const getColor = (message: SandpackMessageConsoleMethods): string => {
|
||||
} else if (message === 'error') {
|
||||
return 'text-red-40';
|
||||
} else {
|
||||
return 'text-primary';
|
||||
return 'text-secondary dark:text-secondary-dark';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user