We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6240fed commit e4d807dCopy full SHA for e4d807d
beta/src/components/MDX/Challenges/Navigation.tsx
@@ -122,7 +122,7 @@ export function Navigation({
122
onClick={handleScrollRight}
123
aria-label="Scroll right"
124
className={cn(
125
- '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',
126
{
127
'text-primary dark:text-primary-dark': canScrollRight,
128
'text-gray-30': !canScrollRight,
0 commit comments