Implement text color changes across components
The commit involves modifications in various components to change 'text-gray-500' to 'text-muted-foreground'. The purpose of this change is to create uniformity in text colors across the application, enhancing the user interface's overall look and making color scheme tweaks easier in the future.
This commit is contained in:
@@ -148,7 +148,7 @@ export const ImageUploadInput = forwardRef<React.ElementRef<'input'>, Props>(
|
||||
<div className={'flex items-center space-x-4'}>
|
||||
<div className={'flex'}>
|
||||
<If condition={!state.image}>
|
||||
<UploadCloud className={'dark:text-dark-500 h-5 text-gray-500'} />
|
||||
<UploadCloud className={'h-5 text-muted-foreground'} />
|
||||
</If>
|
||||
|
||||
<If condition={state.image}>
|
||||
|
||||
Reference in New Issue
Block a user