mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
color -> colour
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user