We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ea50 commit a7f0ba8Copy full SHA for a7f0ba8
1 file changed
app/components/UI/Rewards/components/Campaigns/tour/CampaignTourStep.tsx
@@ -4,7 +4,6 @@ import { useTailwind } from '@metamask/design-system-twrnc-preset';
4
import {
5
Text,
6
Box,
7
- BoxAlignItems,
8
BoxJustifyContent,
9
TextColor,
10
TextVariant,
@@ -56,9 +55,8 @@ const CampaignTourStep: React.FC<CampaignTourStepProps> = ({ step }) => {
56
55
57
{step.image && (
58
<Box
59
- twClassName="flex-1"
+ twClassName="flex-1 w-full"
60
justifyContent={BoxJustifyContent.Center}
61
- alignItems={BoxAlignItems.Center}
62
>
63
<RewardsThemeImageComponent
64
themeImage={step.image}
0 commit comments