ossgg: update -brand with -brand-dark (#3256)

Co-authored-by: root <root@Vanshika>
Co-authored-by: Johannes <johannes@formbricks.com>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Vanshika
2024-10-03 23:45:47 +05:30
committed by GitHub
parent 934a05a814
commit d71a9c9c3d
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export const SideNavigation = ({ pathname }) => {
onClick={() => setSelectedId(heading.id)}
className={`${
heading.id === selectedId
? "text-brand font-medium"
? "text-brand-dark font-medium"
: "font-normal text-slate-600 hover:text-slate-950 dark:text-white dark:hover:text-slate-50"
}`}>
{heading.text}