Skip to content

Commit

Permalink
fix: Disabled link style
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Dec 2, 2024
1 parent c6ebb80 commit 1c9ed74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Modals/SelectFolder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
Home
</span>
<span
class="flex cursor-pointer gap-2 rounded p-2 text-base text-ink-gray-3"
class="flex cursor-default gap-2 rounded p-2 text-base text-ink-gray-2"
v-for="project in builderProjectFolder.data"
:class="{
'cursor-pointer text-ink-gray-6 hover:text-ink-gray-9': currentFolder !== project.folder_name,
'cursor-pointer !text-ink-gray-6 hover:!text-ink-gray-9': currentFolder !== project.folder_name,
}"
@click="folderSelected(project.folder_name)">
<FolderIcon class="size-4"></FolderIcon>
Expand Down

0 comments on commit 1c9ed74

Please sign in to comment.