website refactor
This commit is contained in:
@@ -46,12 +46,14 @@ export function SponsorshipRequestCard({ request }: SponsorshipRequestCardProps)
|
||||
rounded="lg"
|
||||
border
|
||||
padding={4}
|
||||
// eslint-disable-next-line gridpilot-rules/component-classification
|
||||
style={{
|
||||
backgroundColor: `${statusColor}0D`,
|
||||
borderColor: statusColor
|
||||
}}
|
||||
>
|
||||
<Stack direction="row" align="start" justify="between">
|
||||
{/* eslint-disable-next-line gridpilot-rules/component-classification */}
|
||||
<Box style={{ flex: 1, minWidth: 0 }}>
|
||||
<Stack direction="row" align="center" gap={3} mb={2}>
|
||||
<Icon icon={statusIcon} size={5} color={statusColor} />
|
||||
|
||||
Reference in New Issue
Block a user