diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-30 22:15:20 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-30 22:15:20 -0600 |
commit | 42cf50ee7521bd751f4d0f0798276e548bb83fee (patch) | |
tree | 5b2e8877a137a9b62ea630cc69135183804131d5 /client/components/common/input.jsx | |
parent | ae0c829453d4663203887979349047850cb98626 (diff) | |
download | locchat-42cf50ee7521bd751f4d0f0798276e548bb83fee.tar.gz locchat-42cf50ee7521bd751f4d0f0798276e548bb83fee.zip |
Working
Diffstat (limited to 'client/components/common/input.jsx')
-rw-r--r-- | client/components/common/input.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/common/input.jsx b/client/components/common/input.jsx index aa38216..2c237e8 100644 --- a/client/components/common/input.jsx +++ b/client/components/common/input.jsx @@ -1,3 +1,3 @@ export const Input = (props) => { - return <input className="border-2 rounded-lg p-1" {...props} />; + return <input className="border-2 rounded-lg p-1 input" {...props} />; }; |