mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
Darken input bg on light mode and dark mode.
This commit is contained in:
@@ -15,7 +15,7 @@ export const Input = forwardRef(
|
||||
return (
|
||||
<div className={className}>
|
||||
<input
|
||||
className="bg-custom-green-dark border-2 border-custom-black rounded w-full p-3"
|
||||
className="bg-gray-100 dark:bg-gray-800 border-2 border-custom-black rounded w-full p-3"
|
||||
ref={ref}
|
||||
value={value}
|
||||
onChange={onChange}
|
||||
|
||||
Reference in New Issue
Block a user