fix: theme

This commit is contained in:
Barrett Ruth 2025-11-09 16:30:35 -05:00
parent 69c49b72b8
commit f63e429169
7 changed files with 29 additions and 23 deletions

View file

@ -11,6 +11,6 @@ export function getTopicColor(topicName) {
case "git":
return "#cc5500";
default:
return "#000000";
return null;
}
}