-
-
+
);
}
const TestComponentNew = () => {
- const [shouldOpenCalendar, setShouldOpenCalendar] = useState(false);
-
return (
{
width: "100%",
height: "33px",
boxSizing: "border-box",
+ backgroundColor: "red",
}}
/>
diff --git a/src/components/TestComponentNew/index.scss b/src/components/TestComponentNew/index.scss
index a38a0ae..f73b6b7 100644
--- a/src/components/TestComponentNew/index.scss
+++ b/src/components/TestComponentNew/index.scss
@@ -1,18 +1,18 @@
.custom-input {
- border-radius: 15px;
- border: 1px #0c8af8 solid;
- padding: 4px 12px;
- background-color: white;
- height: 22px;
- box-shadow: 0 0 2px #0074d9;
- // display: none !important;
+ // border-radius: 15px;
+ // border: 1px #0c8af8 solid;
+ // padding: 4px 12px;
+ // background-color: white;
+ // height: 22px;
+ // box-shadow: 0 0 2px #0074d9;
+ // display: none !important;
}
-.custom-input:focus {
- outline: none;
- border: 1px solid #0c8af8;
- box-shadow: 0 0 10px 2px #0074d9;
-}
+// .custom-input:focus {
+// outline: none;
+// border: 1px solid #0c8af8;
+// box-shadow: 0 0 10px 2px #0074d9;
+// }
.rmdp-arrow-container {
background-color: #0074d9;