Skip to content

Commit

Permalink
fix: remove lowercase css class to display pattern field as expected (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
M3lkior authored Feb 18, 2022
1 parent 3ece659 commit d15f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/components/Schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const Schema: React.FunctionComponent<Props> = ({

{/* related to string */}
{schema.pattern() !== undefined && (
<span className="bg-yellow-600 font-bold no-underline text-white rounded lowercase mr-2 p-1 text-xs">
<span className="bg-yellow-600 font-bold no-underline text-white rounded mr-2 p-1 text-xs">
must match: {schema.pattern()}
</span>
)}
Expand Down

0 comments on commit d15f4a6

Please sign in to comment.