Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev authored and github-actions[bot] committed Oct 28, 2024
1 parent 21df237 commit 6bf57aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/SchemaMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const SchemaMapper = ({ collection, contentTypeSchema, onSchemaChange }) => {
</Td>
<Td
onClick={() => onCheck(field)}
style={{ cursor: "pointer", display: "flex", alignItems: "center" }}
style={{ cursor: 'pointer', display: 'flex', alignItems: 'center' }}
>
<Typography textColor="neutral800">{field}</Typography>
{!searchable && (
Expand Down

0 comments on commit 6bf57aa

Please sign in to comment.