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 (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
<input
|
<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}
|
ref={ref}
|
||||||
value={value}
|
value={value}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user