style: set theme token
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.high-light-wrapper {
|
||||
text-align: left;
|
||||
font-size: var(--font-size-base);
|
||||
font-size: var(--font-size-code);
|
||||
|
||||
.hljs {
|
||||
font-weight: var(--font-weight-normal);
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
color: var(--color-logs-text);
|
||||
font-size: var(--font-size-small);
|
||||
font-size: var(--font-size-base);
|
||||
line-height: 22px;
|
||||
white-space: pre-wrap;
|
||||
background-color: var(--color-logs-bg);
|
||||
|
||||
@@ -38,7 +38,7 @@ const HeaderPrefix: React.FC<HeaderPrefixProps> = (props) => {
|
||||
return (
|
||||
<div
|
||||
className="header-row-prefix-wrapper flex-center"
|
||||
style={{ paddingLeft: 14 }}
|
||||
style={{ paddingLeft: 16 }}
|
||||
>
|
||||
<span style={{ marginRight: 5 }}>
|
||||
{_.isBoolean(expandable) ? (
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
&-cell {
|
||||
font-weight: 600;
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
&-left {
|
||||
|
||||
Reference in New Issue
Block a user