style: page segment fontsize
This commit is contained in:
@@ -55,7 +55,8 @@ const LLModels: React.FC = () => {
|
||||
<Segmented
|
||||
shape="round"
|
||||
style={{
|
||||
backgroundColor: 'var(--ant-color-fill-secondary)'
|
||||
backgroundColor: 'var(--ant-color-fill-secondary)',
|
||||
fontSize: 13
|
||||
}}
|
||||
size="middle"
|
||||
className="m-l-24 font-400"
|
||||
|
||||
@@ -122,6 +122,7 @@ const Playground: React.FC = () => {
|
||||
className="m-l-24 font-600"
|
||||
value={activeKey}
|
||||
onChange={(key) => setActiveKey(key)}
|
||||
style={{ fontSize: 13 }}
|
||||
></Segmented>
|
||||
}
|
||||
</div>
|
||||
@@ -167,7 +168,8 @@ const Playground: React.FC = () => {
|
||||
<Segmented
|
||||
shape="round"
|
||||
style={{
|
||||
backgroundColor: 'var(--ant-color-fill-secondary)'
|
||||
backgroundColor: 'var(--ant-color-fill-secondary)',
|
||||
fontSize: 13
|
||||
}}
|
||||
size="middle"
|
||||
className="m-l-24 font-400"
|
||||
|
||||
@@ -136,6 +136,7 @@ const TextToImages: React.FC = () => {
|
||||
className="m-l-24 font-600"
|
||||
value={activeKey}
|
||||
onChange={(key) => setActiveKey(key)}
|
||||
style={{ fontSize: 13 }}
|
||||
></Segmented>
|
||||
}
|
||||
</div>
|
||||
|
||||
@@ -176,6 +176,7 @@ const Playground: React.FC = () => {
|
||||
className="m-l-24 font-600"
|
||||
value={activeKey}
|
||||
onChange={(key) => setActiveKey(key)}
|
||||
style={{ fontSize: 13 }}
|
||||
></Segmented>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user