mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(admin): make panel header text not so large
This commit is contained in:
parent
73521c2796
commit
9bef5730d9
1 changed files with 3 additions and 3 deletions
|
@ -235,7 +235,7 @@ export default function Appearance() {
|
|||
<Paragraph>The following colors are used across the user interface.</Paragraph>
|
||||
<div>
|
||||
<Collapse defaultActiveKey={['1']}>
|
||||
<Panel header={<Title level={3}>Section Colors</Title>} key="1">
|
||||
<Panel header={<strong>Section Colors</strong>} key="1">
|
||||
<p>
|
||||
Certain sections of the interface can be customized by selecting new colors for
|
||||
them.
|
||||
|
@ -247,7 +247,7 @@ export default function Appearance() {
|
|||
/>
|
||||
</Row>
|
||||
</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]}>
|
||||
<ColorCollection
|
||||
variables={transformToColorMap(chatColorVariables)}
|
||||
|
@ -255,7 +255,7 @@ export default function Appearance() {
|
|||
/>
|
||||
</Row>
|
||||
</Panel>
|
||||
<Panel header={<Title level={3}>Other Settings</Title>} key="4">
|
||||
<Panel header={<strong>Other Settings</strong>} key="4">
|
||||
How rounded should corners be?
|
||||
<Row gutter={[16, 16]}>
|
||||
<Col span={12}>
|
||||
|
|
Loading…
Reference in a new issue