Skip to content

Commit f33de1e

Browse files
committed
fix(example-app): 🐛 fix avatar group view screen prop control padding
1 parent 09c7880 commit f33de1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/modules/primitives/AvatarGroupScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ export const AvatarGroupScreen = () => {
182182
state={hasRing}
183183
onStateChange={setHasRing}
184184
size="md"
185-
style={tailwind.style("mt-1")}
185+
style={tailwind.style("ml-1")}
186186
/>
187187

188188
<Switch
189189
label="max"
190190
state={isMax}
191191
onStateChange={setIsMax}
192192
size="md"
193-
style={tailwind.style("mt-1 ml-1")}
193+
style={tailwind.style("mt-1")}
194194
/>
195195
</Box>
196196
</Box>

0 commit comments

Comments
 (0)