feat: fix default color
This commit is contained in:
parent
83e5c6c61a
commit
c3e74da95b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const getTopicColor = (topicName) => {
|
|||
case "algorithms":
|
||||
return "#6a0dad";
|
||||
default:
|
||||
return "#000000";
|
||||
return "#d50032";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue