mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 23:20:58 -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)}
|
className={classNames(styles.embed, styles.website)}
|
||||||
style={{
|
style={{
|
||||||
borderInlineStartColor:
|
borderInlineStartColor:
|
||||||
embed.color ?? "var(--tertiary-background)",
|
embed.colour ?? "var(--tertiary-background)",
|
||||||
width: width + CONTAINER_PADDING,
|
width: width + CONTAINER_PADDING,
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue