Skip to content

Commit a8e7e1d

Browse files
authored
fix: focus ring position on explorer home cards (#32)
1 parent 1e14927 commit a8e7e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sdk-explorer/src/ExampleCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ExampleCard({
2828
return (
2929
<Link to={to} style={{textDecoration: 'none'}}>
3030
<Card shadow={2} paddingX={2} paddingY={3} radius={3}>
31-
<Inline space={5}>
31+
<Inline>
3232
<div
3333
style={{
3434
backgroundImage: `url(${img})`,
@@ -41,7 +41,7 @@ export default function ExampleCard({
4141
display: 'inline-block',
4242
}}
4343
/>
44-
<Stack space={4}>
44+
<Stack space={4} style={{marginLeft: '2rem'}}>
4545
<Text as="h3" size={3} weight="medium" style={{color: hues.blue['500'].hex}}>
4646
{title}
4747
</Text>

0 commit comments

Comments
 (0)