Set default embed color correctly

This commit is contained in:
jude
2024-03-11 18:14:27 +00:00
parent 63fc2cdcbc
commit 55136aecdc
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ function intToColor(num: number) {
return `#${num.toString(16).padStart(6, "0")}`;
}
const DEFAULT_COLOR = 9418359;
export const DEFAULT_COLOR = 9418359;
export const Embed = () => {
const [reminder, setReminder] = useReminder();