fix(Carousel): remove mix-blend-overlay on indicators (#1714)

Co-authored-by: chenying <chenying@addcn.com>
This commit is contained in:
chenying
2024-07-23 20:39:16 +08:00
committed by GitHub
parent d2d37e4093
commit f74f1df6ca

View File

@@ -9,7 +9,7 @@ export default {
wrapper: 'absolute flex items-center justify-center gap-3 bottom-4 inset-x-0',
base: 'rounded-full h-3 w-3',
active: 'bg-primary-500 dark:bg-primary-400',
inactive: 'bg-gray-100 dark:bg-gray-800 mix-blend-overlay'
inactive: 'bg-gray-100 dark:bg-gray-800'
},
default: {
prevButton: {