style: metadata list styles

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 2211009cce
commit 6fd886b27a
2 changed files with 9 additions and 1 deletions
@@ -17,6 +17,9 @@ interface WrapperProps {
wrapper?: React.CSSProperties;
};
button?: React.ReactNode;
styles?: {
wrapper?: React.CSSProperties;
};
}
const Container = styled.div`