website refactor
This commit is contained in:
@@ -9,7 +9,7 @@ export interface LeaderboardTableShellProps {
|
||||
|
||||
export const LeaderboardTableShell = ({ children, columns }: LeaderboardTableShellProps) => {
|
||||
return (
|
||||
<Surface variant="default" rounded="xl" style={{ border: '1px solid var(--ui-color-border-default)', overflow: 'hidden' }}>
|
||||
<Surface variant="precision" rounded="xl" style={{ overflow: 'hidden' }} marginBottom={8}>
|
||||
<Box>
|
||||
{children}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user