Skip to content
Snippets Groups Projects
Verified Commit d441e59d authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new small text

parent 8581d682
No related branches found
No related tags found
1 merge request!25Game Genie support
Pipeline #3095 passed
......@@ -11,7 +11,7 @@ export const TestSection: FC<TestSectionProps> = ({ style = [] }) => {
const classes = () => ["test-section", ...style].join(" ");
return (
<div className={classes()}>
<TextInput placeholder="XXX-XXX-XXX" />
<TextInput size="small" placeholder="XXX-XXX-XXX" />
</div>
);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment