add primary color and splash screen

This commit is contained in:
hamid zarghami
2025-12-17 16:01:08 +03:30
parent 4fa360dc84
commit 32c197a105
17 changed files with 436 additions and 31 deletions
@@ -172,7 +172,7 @@ function RatingOrderIndex({ }: Props) {
title: 'text-sm2! font-normal mt-1',
header: 'rounded-lg h-7! w-full',
headerActive: 'bg-white',
titleActive: 'text-black'
titleActive: 'text-primary'
}}>
<TabHeader title={t("Tabs.Weeknesses.Title")} viewRenderer={badPoitns()}></TabHeader>
<TabHeader title={t("Tabs.Strengths.Title")} viewRenderer={goodPoitns()}></TabHeader>