website refactor
This commit is contained in:
@@ -43,7 +43,7 @@ export function DriverRankingsTemplate({
|
||||
)}
|
||||
|
||||
<Stack direction="row" align="center" gap={4}>
|
||||
<Surface variant="muted" rounded="xl" padding={3} style={{ background: 'linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.05))', border: '1px solid rgba(59, 130, 246, 0.2)' }}>
|
||||
<Surface variant="muted" rounded="xl" padding={3} bg="linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.05))" border borderColor="border-blue-500/20">
|
||||
<Icon icon={Trophy} size={7} color="#3b82f6" />
|
||||
</Surface>
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user