Skip to content

Commit

Permalink
feat: show embed colours
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Aug 17, 2024
1 parent a3f8da8 commit 8eae29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/common/messaging/MessageEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const MessageEmbed = observer((eRaw: API.Embed) => {
backgroundColor: currentTheme.backgroundSecondary,
padding: 8,
borderRadius: 8,
borderStartWidth: 4,
borderStartColor: e.colour ?? undefined,
}}>
{e.type === 'Website' && e.site_name ? (
<Text
Expand Down

0 comments on commit 8eae29d

Please sign in to comment.