File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Input: React.FC = () => {
17
17
const getClassName = useCallback ( ( ) => {
18
18
const border = BORDER_COLOR . focus [ primaryColor as keyof typeof BORDER_COLOR . focus ] ;
19
19
const ring = RING_COLOR [ "second-focus" ] [ primaryColor as keyof typeof RING_COLOR [ "second-focus" ] ] ;
20
- return `transition-all duration-300 py-2.5 pl-4 pr-14 w-full border-gray-300 dark:bg-slate-800 dark:text-white/80 dark:border-slate-600 rounded-lg tracking-wide font-light text-sm placeholder-gray-400 bg-white focus:ring ${ border } ${ ring } ` ;
20
+ return `relative z-10 transition-all duration-300 py-2.5 pl-4 pr-14 w-full border-gray-300 dark:bg-slate-800 dark:text-white/80 dark:border-slate-600 rounded-lg tracking-wide font-light text-sm placeholder-gray-400 bg-white focus:ring ${ border } ${ ring } ` ;
21
21
} , [ primaryColor ] ) ;
22
22
23
23
const handleInputChange = useCallback ( ( e : React . ChangeEvent < HTMLInputElement > ) => {
You can’t perform that action at this time.
0 commit comments