Skip to content

Commit

Permalink
Merge pull request #6568 from WiXSL/fix-urlfield-variant
Browse files Browse the repository at this point in the history
Fix UrlField font size differs from other fields
  • Loading branch information
fzaninotto committed Sep 9, 2021
2 parents 48e144c + 0414d89 commit 7cce70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/field/UrlField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const UrlField = memo<UrlFieldProps>((props: UrlFieldProps) => {
<Link
className={className}
href={value}
variant="body2"
{...sanitizeFieldRestProps(rest)}
>
{value}
Expand Down

0 comments on commit 7cce70c

Please sign in to comment.