change the app primary color

This commit is contained in:
2025-10-15 22:16:08 +03:00
parent 5e43aeb5a0
commit 946678228f
23 changed files with 208 additions and 209 deletions

View File

@@ -4,6 +4,7 @@ import NextIcon from "components/Icons/NextIcon.tsx";
import { useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import { useAppSelector } from "redux/hooks";
import { ProGray1 } from "ThemeConstants";
import styles from "./TimeEstimateCard.module.css";
const timeSlots = [
@@ -119,7 +120,7 @@ export default function Content({
style={{
fontSize: 20,
fontWeight: 600,
color: "rgba(95, 108, 123, 1)",
color: ProGray1,
marginBottom: 4,
}}
>
@@ -204,7 +205,6 @@ export default function Content({
style={{
width: "100%",
height: 50,
borderRadius: 12,
fontSize: 16,
fontWeight: 600,
backgroundColor: "var(--primary)",