Browse Source
[Beta] fix(navigation): ui tweak (#4709)
* fix(navigation): ui tweak
* revert border color
main
Danilo Woznica
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/components/MDX/Challenges/Navigation.tsx
|
|
@ -122,7 +122,7 @@ export function Navigation({ |
|
|
|
onClick={handleScrollRight} |
|
|
|
aria-label="Scroll right" |
|
|
|
className={cn( |
|
|
|
'bg-secondary-button dark:bg-secondary-button-dark h-8 px-2 rounded-r-lg', |
|
|
|
'bg-secondary-button dark:bg-secondary-button-dark h-8 px-2 rounded-r', |
|
|
|
{ |
|
|
|
'text-primary dark:text-primary-dark': canScrollRight, |
|
|
|
'text-gray-30': !canScrollRight, |
|
|
|