mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: rename CSS class for attachment viewer to use CustomContent
This commit is contained in:
@@ -87,7 +87,7 @@ const componentMap: { [key in FileType]: FC<AttachmentInterface> } = {
|
||||
<Box>
|
||||
<Typography
|
||||
component="span"
|
||||
className="cs-message__text-content"
|
||||
className="cs-message__custom-content"
|
||||
mr={2}
|
||||
>
|
||||
{props.name}
|
||||
|
||||
Reference in New Issue
Block a user