fix(ui): update attachment text color for light and dark modes
This commit is contained in:
parent
bb3f180583
commit
216576128d
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ const Attach = ({
|
|||
<div className="bg-dark-100 flex items-center justify-center w-10 h-10 rounded-md">
|
||||
<File size={16} className="text-white/70" />
|
||||
</div>
|
||||
<p className="text-white/70 text-sm">
|
||||
<p className="text-black/70 dark:text-white/70 text-sm">
|
||||
{file.fileName.length > 25
|
||||
? file.fileName.replace(/\.\w+$/, '').substring(0, 25) +
|
||||
'...' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue