feat: favorite cycle and style: style improvements (#376)

* style: consistent btn

* style: caret direction for disclosure

* fix: progress tooltip value rounded

* chore: favorite cycle serivces

* chore: favorite cycle type and constant

* feat: favorite cycle feat added

* refactor: favorite services and type

* fix: build fix
This commit is contained in:
Anmol Singh Bhatia
2023-03-06 16:36:22 +05:30
committed by GitHub
parent d6badcd9b8
commit 626aae696f
5 changed files with 136 additions and 35 deletions

View File

@@ -132,10 +132,10 @@ const ProjectCycles: NextPage = () => {
>
<Tab
className={({ selected }) =>
` rounded-3xl border px-6 py-3 ${
`rounded-3xl border px-5 py-1.5 text-sm sm:px-7 sm:py-2 sm:text-base ${
selected
? "bg-theme text-white"
: "border-gray-400 bg-white text-gray-900 hover:bg-gray-200"
? "border-theme bg-theme text-white"
: "border-gray-300 bg-white hover:bg-hover-gray"
}`
}
>
@@ -143,10 +143,10 @@ const ProjectCycles: NextPage = () => {
</Tab>
<Tab
className={({ selected }) =>
` rounded-3xl border px-6 py-3 ${
`rounded-3xl border px-5 py-1.5 text-sm sm:px-7 sm:py-2 sm:text-base ${
selected
? "bg-theme text-white"
: "border-gray-400 bg-white text-gray-900 hover:bg-gray-200"
? "border-theme bg-theme text-white"
: "border-gray-300 bg-white hover:bg-hover-gray"
}`
}
>
@@ -154,10 +154,10 @@ const ProjectCycles: NextPage = () => {
</Tab>
<Tab
className={({ selected }) =>
` rounded-3xl border px-6 py-3 ${
`rounded-3xl border px-5 py-1.5 text-sm sm:px-7 sm:py-2 sm:text-base ${
selected
? "bg-theme text-white"
: "border-gray-400 bg-white text-gray-900 hover:bg-gray-200"
? "border-theme bg-theme text-white"
: "border-gray-300 bg-white hover:bg-hover-gray"
}`
}
>