summaryrefslogtreecommitdiff
path: root/client/components/common
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/common')
-rw-r--r--client/components/common/input.jsx2
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} />;
};