mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
color -> colour
This commit is contained in:
parent
5be8e60b45
commit
5a716fb1d6
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default function Embed({ embed }: Props) {
|
|||
className={classNames(styles.embed, styles.website)}
|
||||
style={{
|
||||
borderInlineStartColor:
|
||||
embed.color ?? "var(--tertiary-background)",
|
||||
embed.colour ?? "var(--tertiary-background)",
|
||||
width: width + CONTAINER_PADDING,
|
||||
}}>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue