Skip to content

Commit

Permalink
fix: border color of dropdown divider & list row divider
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 3, 2025
1 parent c2ff9c9 commit fbcbb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<template #body>
<MenuItems
class="mt-2 min-w-40 divide-y divide-outline-gray-1 rounded-lg bg-surface-modal shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none"
class="mt-2 min-w-40 divide-y divide-outline-gray-modals rounded-lg bg-surface-modal shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none"
:class="{
'left-0 origin-top-left': placement == 'left',
'right-0 origin-top-right': placement == 'right',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ListView/ListRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>
<div
v-if="!isLastRow"
class="mx-2 h-px border-t border-outline-gray-modals"
class="mx-2 h-px border-t border-outline-gray-1"
/>
</component>
</component>
Expand Down

0 comments on commit fbcbb25

Please sign in to comment.