mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-08 17:37:30 +08:00
Update UI components from checkboxes to switches and introduce a recursive configuration component.
This commit is contained in:
@@ -16,7 +16,7 @@ const ListPanel: React.FC<ListPanelProps> = ({
|
||||
header,
|
||||
}) => {
|
||||
return (
|
||||
<div className={joinClasses('brand-card ui-panel rounded-[28px] overflow-hidden flex flex-col min-h-0', className)}>
|
||||
<div className={joinClasses('brand-card ui-panel rounded-2xl overflow-hidden flex flex-col min-h-0', className)}>
|
||||
{header}
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user