@@ -75,7 +75,7 @@ const handleSubmit = async () => {
top: 45px;
right: 200px;
font-size: 18px;
- color: #333;
+ color: var(--v-error-base);
cursor: pointer;
&:hover {
color: var(--v-primary-base);
@@ -125,10 +125,10 @@ const handleCustomEnter = (e) => {
border: 2px solid #cf990c;
background: linear-gradient(rgb(255, 242, 214) 8.86%, rgb(255, 225, 177) 100%);;
.priceBox {
- color: #ff4747;
}
.dailyPrice {
background-color: #fff4e7;
@@ -154,7 +154,7 @@ const handleCustomEnter = (e) => {
.price {
font-size: 30px;
font-weight: 700;