This commit is contained in:
Rafeek-Khoudare
2025-07-15 08:19:43 +03:00
parent 2681c837f5
commit 338d4f5737

View File

@ -332,7 +332,7 @@ class BasicsView extends StatelessWidget {
style: style:
const TextStyle(color: ColorsManager.blackColor), const TextStyle(color: ColorsManager.blackColor),
decoration: inputTextFormDeco( decoration: inputTextFormDeco(
hintText: "Comapny Name (Optional)") hintText: 'Company Name (Optional)')
.copyWith( .copyWith(
hintStyle: context.textTheme.bodyMedium?.copyWith( hintStyle: context.textTheme.bodyMedium?.copyWith(
fontWeight: FontWeight.w400, fontWeight: FontWeight.w400,