Skip to content

Commit

Permalink
fixed min-h to arbitrary values (rem) (#226)
Browse files Browse the repository at this point in the history
* fixed min-h to arbitrary values (rem)

* fix: carousel examples invisibles
  • Loading branch information
gmdias727 authored Jun 19, 2022
1 parent cdea61e commit 43f890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default {
},
},
carousel: {
base: 'relative h-full w-full min-h-56 sm:min-h-64 xl:min-h-80 2xl:min-h-96',
base: 'relative h-full w-full h-56 sm:h-64 xl:h-80 2xl:h-96',
indicators: {
active: {
off: 'bg-white/50 hover:bg-white dark:bg-gray-800/50 dark:hover:bg-gray-800',
Expand Down

0 comments on commit 43f890b

Please sign in to comment.