hds-web 1.38.0 → 1.38.1
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
@@ -349,7 +349,7 @@ export default function V3Header(props) {
|
|
349
349
|
aria-hidden="true"
|
350
350
|
className={
|
351
351
|
isDarkMode
|
352
|
-
? `${class1} block absolute h-[2px] w-[15px] bg-neutral-
|
352
|
+
? `${class1} block absolute h-[2px] w-[15px] bg-neutral-400 transform transition duration-500 ease-in-out`
|
353
353
|
: `${class1} block absolute h-[2px] w-[15px] bg-neutral-800 transform transition duration-500 ease-in-out`
|
354
354
|
}
|
355
355
|
></div>
|
@@ -357,7 +357,7 @@ export default function V3Header(props) {
|
|
357
357
|
aria-hidden="true"
|
358
358
|
className={
|
359
359
|
isDarkMode
|
360
|
-
? `${class3} block absolute h-0.5 w-[15px] bg-neutral-
|
360
|
+
? `${class3} block absolute h-0.5 w-[15px] bg-neutral-400 transform transition duration-500 ease-in-out`
|
361
361
|
: `${class3} block absolute h-0.5 w-[15px] bg-neutral-800 transform transition duration-500 ease-in-out`
|
362
362
|
}
|
363
363
|
></div>
|