Skip to content

Commit

Permalink
Add opacity to gallery navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 2, 2022
1 parent 5898c17 commit 7852686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Card/VCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="drop-shadow bg-white print:shadow-none print:border-0 dark:bg-slate-800 rounded">
<div class="shadow bg-white print:shadow-none print:border-0 dark:bg-slate-800 ">
<slot />
</div>
</template>
2 changes: 1 addition & 1 deletion src/components/Gallery/ControlImageNext.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<button
type="button"
class="w-20 h-20 rounded-full text-black cursor-pointer"
class="w-20 h-20 rounded-full text-black cursor-pointer dark:text-white opacity-50"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gallery/ControlImagePrevious.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<button
type="button"
class="w-20 h-20 rounded-full text-black cursor-pointer"
class="w-20 h-20 rounded-full text-black cursor-pointer dark:text-white opacity-50"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 7852686

Please sign in to comment.