change the app primary color
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user