website refactor
This commit is contained in:
@@ -8,11 +8,9 @@ export interface LeaderboardListProps {
|
||||
|
||||
export const LeaderboardList = ({ children }: LeaderboardListProps) => {
|
||||
return (
|
||||
<Surface variant="muted" rounded="xl" style={{ border: '1px solid var(--ui-color-border-default)', overflow: 'hidden' }}>
|
||||
<Box display="flex" flexDirection="col">
|
||||
{children}
|
||||
</Box>
|
||||
</Surface>
|
||||
<Box display="flex" flexDirection="col">
|
||||
{children}
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user