Skip to content

Commit

Permalink
feat: Added md size to the InformationIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Nov 8, 2024
1 parent c1f8925 commit aaf37da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/components/home/PlanDetails/PlanDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ export function PlanDetails() {
<>
<Alert
p="xs"
icon={<InformationIcon size="sm" className={classes.icon} />}
icon={<InformationIcon size="md" className={classes.icon} />}
classNames={{
root: classes.alert,
wrapper: classes.wrapper,
icon: classes.icon,
}}
>
<Text size="sm" weight={400}>
You&apos;re viewing and managing details of{' '}
You&apos;re viewing and managing the details of{' '}
<Text component="span" weight={900}>
{profileInfo?.projectName}
</Text>{' '}
Expand Down

0 comments on commit aaf37da

Please sign in to comment.