Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOPLT-237] Refinement of ListItemRadio and RadioGroup #136

Merged
merged 12 commits into from
Nov 22, 2023
Prev Previous commit
Next Next commit
minor refinement on loading placeholder dimensions
CrisTofani committed Nov 16, 2023
commit 32cfb82d876be74fc376467b4591a1e0820c61d1
12 changes: 6 additions & 6 deletions src/components/listitems/ListItemRadio.tsx
Original file line number Diff line number Diff line change
@@ -152,12 +152,12 @@ export const ListItemRadio = ({
</View>
</View>
</View>
<View>
<VSpacer size={IOSelectionListItemVisualParams.descriptionMargin} />
<Placeholder.Box animate="fade" radius={8} width={270} height={16} />
<VSpacer size={IOSelectionListItemVisualParams.descriptionMargin} />
<Placeholder.Box animate="fade" radius={8} width={200} height={16} />
</View>
<VSpacer size={IOSelectionListItemVisualParams.descriptionMargin} />
<Placeholder.Box animate="fade" radius={8} width={"100%"} height={8} />
<VSpacer size={8} />
<Placeholder.Box animate="fade" radius={8} width={"100%"} height={8} />
<VSpacer size={8} />
<Placeholder.Box animate="fade" radius={8} width={"100%"} height={8} />
</View>
);