minor fix

This commit is contained in:
muzam
2022-02-01 19:07:29 +05:30
parent 8077fc5865
commit e35e520d24

View File

@@ -96,7 +96,7 @@ const LogBox: React.FC<ILogBox> = ({ title, clearLog, logs, children, renderNav,
backgroundColor: enhanced ? "$backgroundAlt" : undefined,
},
},
p: "$2 $1",
p: enhanced ? "$2 $1" : undefined,
}}
>
<LogText variant={log.type}>