Skip to content

Commit

Permalink
feat: make gradient step more visible on xxl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Aug 28, 2024
1 parent e7c659e commit 0c1009b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ui/src/components/Ui/ScrollerHorizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ onMounted(() => {
'pointer-events-none': !withButtons,
'w-2': gradient === 'sm',
'w-3': gradient === 'md',
'w-[108px]': gradient === 'xxl'
'w-[108px] via-70% via-skin-bg/85': gradient === 'xxl'
}"
@click="scroll('left')"
>
Expand All @@ -78,7 +78,7 @@ onMounted(() => {
'pointer-events-none': !withButtons,
'w-2': gradient === 'sm',
'w-3': gradient === 'md',
'w-[108px]': gradient === 'xxl'
'w-[108px] via-70% via-skin-bg/85': gradient === 'xxl'
}"
@click="scroll('right')"
>
Expand Down

0 comments on commit 0c1009b

Please sign in to comment.