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

feat(ui-improvements): UI Improvements on demo pages #851

Merged
merged 10 commits into from
May 13, 2024
2 changes: 1 addition & 1 deletion app-typescript/components/IconPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class IconPicker extends React.PureComponent<IProps, IState> {
itemTemplate = ({ item }: { item: IItem | null }) => item ?
(<>
<Icon name={item.value} />
<span className="sd-text__normal sd-padding-t--1">
<span className="sd-text--normal sd-padding-t--1">
{item.label}
</span>
</>) : null
Expand Down
Loading
Loading