fix(admin): make panel header text not so large
This commit is contained in:
@@ -235,7 +235,7 @@ export default function Appearance() {
|
|||||||
<Paragraph>The following colors are used across the user interface.</Paragraph>
|
<Paragraph>The following colors are used across the user interface.</Paragraph>
|
||||||
<div>
|
<div>
|
||||||
<Collapse defaultActiveKey={['1']}>
|
<Collapse defaultActiveKey={['1']}>
|
||||||
<Panel header={<Title level={3}>Section Colors</Title>} key="1">
|
<Panel header={<strong>Section Colors</strong>} key="1">
|
||||||
<p>
|
<p>
|
||||||
Certain sections of the interface can be customized by selecting new colors for
|
Certain sections of the interface can be customized by selecting new colors for
|
||||||
them.
|
them.
|
||||||
@@ -247,7 +247,7 @@ export default function Appearance() {
|
|||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
</Panel>
|
</Panel>
|
||||||
<Panel header={<Title level={3}>Chat User Colors</Title>} key="2">
|
<Panel header={<strong>Chat User Colors</strong>} key="2">
|
||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]}>
|
||||||
<ColorCollection
|
<ColorCollection
|
||||||
variables={transformToColorMap(chatColorVariables)}
|
variables={transformToColorMap(chatColorVariables)}
|
||||||
@@ -255,7 +255,7 @@ export default function Appearance() {
|
|||||||
/>
|
/>
|
||||||
</Row>
|
</Row>
|
||||||
</Panel>
|
</Panel>
|
||||||
<Panel header={<Title level={3}>Other Settings</Title>} key="4">
|
<Panel header={<strong>Other Settings</strong>} key="4">
|
||||||
How rounded should corners be?
|
How rounded should corners be?
|
||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]}>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
|
|||||||
Reference in New Issue
Block a user