@makolabs/ripple 0.0.1-dev.40 → 0.0.1-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ export const accordion = tv({
|
|
|
4
4
|
slots: {
|
|
5
5
|
base: 'w-full relative overflow-hidden rounded-xl transition-all duration-200 hover:shadow-md bg-white border border-default-200',
|
|
6
6
|
header: 'w-full flex cursor-pointer items-center justify-between p-4 transition-colors duration-200 hover:bg-default-50',
|
|
7
|
-
title: 'flex text-default-900 text-
|
|
7
|
+
title: 'flex text-default-900 text-lg font-medium leading-tight',
|
|
8
8
|
description: 'text-default-500 text-xs',
|
|
9
9
|
body: 'w-full border-t border-default-200 p-4 pt-3 transition-all',
|
|
10
10
|
},
|