hds-web 1.29.5 → 1.29.6
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.
package/package.json
CHANGED
@@ -11,7 +11,7 @@ export default function FlyoutD(props) {
|
|
11
11
|
className=" p-2.5 rounded-2xl w-14 h-14 tb-l:w-full tb-xl:w-[175px] tb-l:h-[124px] bg-neutral-150 items-center justify-center transition-all duration-300 flex group-hover/icon:bg-blue-200"
|
12
12
|
>
|
13
13
|
<Icon
|
14
|
-
height=' tb-l:h-12 tb-l:w-12 h-6 w-6
|
14
|
+
height=' tb-l:h-12 tb-l:w-12 h-6 w-6'
|
15
15
|
variant={props.IconVariant}
|
16
16
|
className=' stroke-neutral-800 group-hover/icon:stroke-blue-600 cursor-pointer transition-all duration-300'
|
17
17
|
/>
|