website refactor
This commit is contained in:
@@ -25,10 +25,10 @@ interface LiveryCardProps {
|
||||
|
||||
export function LiveryCard({ livery, onEdit, onDownload, onDelete }: LiveryCardProps) {
|
||||
return (
|
||||
<Card className="overflow-hidden hover:border-primary-blue/50 transition-colors">
|
||||
<Card overflow="hidden" hoverBorderColor="var(--ui-color-intent-primary)" transition="all 0.3s ease">
|
||||
{/* Livery Preview */}
|
||||
<Stack height={48} backgroundColor="deep-graphite" rounded="lg" mb={4} display="flex" center border borderColor="charcoal-outline">
|
||||
<Icon icon={Car} size={16} color="text-gray-600" />
|
||||
<Stack height={48} bg="var(--ui-color-bg-base)" rounded="lg" mb={4} display="flex" center border borderColor="var(--ui-color-border-low)">
|
||||
<Icon icon={Car} size={16} intent="low" />
|
||||
</Stack>
|
||||
|
||||
{/* Livery Info */}
|
||||
|
||||
Reference in New Issue
Block a user