Skip to content

Commit 9b9842c

Browse files
committed
2 parents 5255435 + 78c73a9 commit 9b9842c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/theme/Tabs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ function TabList({ className, block, selectedValue, selectValue, tabValues }) {
7272
"text-[#669dcb] border-[#669dcb]":
7373
selectedValue === value && pathname.startsWith("/workspace"),
7474
"text-[#FB923C] border-[#FB923C]":
75-
selectedValue === value && pathname.startsWith("/python"),
75+
selectedValue === value && pathname.startsWith("/odp"),
7676
"border-transparent text-grey-400 hover:text-[#ffd4b1] hover:border-[#ffd4b1]":
77-
selectedValue !== value && pathname.startsWith("/python"),
77+
selectedValue !== value && pathname.startsWith("/odp"),
7878
"border-transparent text-grey-400 hover:text-[#abd2f1] hover:border-[#abd2f1]":
7979
selectedValue !== value && pathname.startsWith("/workspace"),
8080
},

0 commit comments

Comments
 (0)