mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-17 02:51:08 +08:00
Reduce omitted frames font size
This commit is contained in:
3
packages/react-dev-utils/failFast.js
vendored
3
packages/react-dev-utils/failFast.js
vendored
@@ -74,7 +74,8 @@
|
||||
|
||||
const omittedFramesStyle = {
|
||||
color: black,
|
||||
'margin': '1.5em 0'
|
||||
'font-size': '0.9em',
|
||||
'margin': '1.5em 0',
|
||||
}
|
||||
|
||||
const preStyle = {
|
||||
|
||||
Reference in New Issue
Block a user