Skip to content

Commit e4d807d

Browse files
authored
[Beta] fix(navigation): ui tweak (#4709)
* fix(navigation): ui tweak * revert border color
1 parent 6240fed commit e4d807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/MDX/Challenges/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function Navigation({
122122
onClick={handleScrollRight}
123123
aria-label="Scroll right"
124124
className={cn(
125-
'bg-secondary-button dark:bg-secondary-button-dark h-8 px-2 rounded-r-lg',
125+
'bg-secondary-button dark:bg-secondary-button-dark h-8 px-2 rounded-r',
126126
{
127127
'text-primary dark:text-primary-dark': canScrollRight,
128128
'text-gray-30': !canScrollRight,

0 commit comments

Comments
 (0)