fix: some dark theme styles

This commit is contained in:
Mahyar Khanbolooki
2025-08-12 23:43:06 +03:30
parent 7b2eae1a21
commit 289fb05a92
4 changed files with 14 additions and 13 deletions
@@ -119,7 +119,7 @@ function ProfileIndex({ }: Props) {
<ShadButton
variant="outline"
id="date"
className="w-full bg-container dark:text-border justify-between font-normal relative h-11 rounded-normal hover:bg-white"
className="w-full bg-container text-border dark:text-border justify-between font-normal relative h-11 rounded-normal hover:bg-white"
>
<div className='text-foreground'>
{dateOfBirth ? dateLib.format(dateOfBirth, "yyyy/MM/dd") : "انتخاب کنید"}