@riosst100/pwa-marketplace 2.0.3 → 2.0.4
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 +1 -1
- package/src/overwrites/venia-ui/lib/components/Header/accountTrigger.js +1 -1
- package/src/overwrites/venia-ui/lib/components/Header/header.js +1 -1
- package/src/overwrites/venia-ui/lib/components/MegaMenu/submenuColumn.module.css +1 -1
- package/src/overwrites/venia-ui/lib/components/SignIn/signIn.js +1 -1
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@ const AccountTrigger = props => {
|
|
|
67
67
|
shouldIndicateLoading={true}
|
|
68
68
|
/> */}
|
|
69
69
|
<User size="20" color={darkBlue} className={cn('stroke-0')} variant="Outline" />
|
|
70
|
-
<span className='text-base font-
|
|
70
|
+
<span className='text-base font-medium'>
|
|
71
71
|
{formatMessage({
|
|
72
72
|
id: 'accountTrigger.buttonFallback',
|
|
73
73
|
defaultMessage: 'Sign In'
|
|
@@ -134,7 +134,7 @@ const Header = props => {
|
|
|
134
134
|
<MegaMenu
|
|
135
135
|
rootClassName={cn('nav-menu w-full max-w-[1210px] px-[15px] mx-[auto] flex-row gap-x-[40px]')}
|
|
136
136
|
megaMenuItemClassname={cn('px-0 py-[10px] leading-[20px]')}
|
|
137
|
-
titleClassName={cn('font-
|
|
137
|
+
titleClassName={cn('font-normal leading-[20px]')}
|
|
138
138
|
/>
|
|
139
139
|
</header>
|
|
140
140
|
<OnlineIndicator
|
|
@@ -58,7 +58,7 @@ const SignIn = props => {
|
|
|
58
58
|
|
|
59
59
|
return (
|
|
60
60
|
<div data-cy="SignIn-root" className={cn(classes.root, '!p-[30px]')}>
|
|
61
|
-
<span data-cy="SignIn-title" className={cn(classes.title, 'text-xl font-
|
|
61
|
+
<span data-cy="SignIn-title" className={cn(classes.title, 'text-xl font-medium')}>
|
|
62
62
|
<FormattedMessage
|
|
63
63
|
id={'signIn.signInText'}
|
|
64
64
|
defaultMessage={'Sign In'}
|