style: playground bold text

This commit is contained in:
jialin
2025-07-17 17:26:34 +08:00
parent ddbbe92a85
commit 04ee696f6a
10 changed files with 10 additions and 23 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ const Playground: React.FC = () => {
<Segmented
options={optionsList}
size="middle"
className="m-l-40"
className="m-l-40 font-600"
value={activeKey}
onChange={(key) => setActiveKey(key)}
></Segmented>