move this up here?

This commit is contained in:
Violet Caulfield
2025-02-12 15:45:22 -06:00
parent d855c039d7
commit a96e731ee8

View File

@@ -41,9 +41,9 @@ export default function IconCard({
large={largeIcon}
small={!!!largeIcon}
/>
<H4 color={getTokens().color.purpleDark}>{ caption ?? "" }</H4>
</Card.Header>
<Card.Footer padded>
<H4 color={getTokens().color.purpleDark}>{ caption ?? "" }</H4>
</Card.Footer>
<Card.Background
backgroundColor={getTokens().color.telemagenta}