File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/styles/utils/getHighResolutionInfoWrapperStyle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type GetHighResolutionInfoWrapperStyle from './types';
55const getHighResolutionInfoWrapperStyle : GetHighResolutionInfoWrapperStyle = ( isUploaded ) => ( {
66 ...spacing . ph8 ,
77 ...spacing . pt5 ,
8- ...( isUploaded ? spacing . pb5 : spacing . mbn1 ) ,
8+ ...( isUploaded ? spacing . pb5 : spacing . pb1 ) ,
99} ) ;
1010
1111export default getHighResolutionInfoWrapperStyle ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type GetHighResolutionInfoWrapperStyle from './types';
55const getHighResolutionInfoWrapperStyle : GetHighResolutionInfoWrapperStyle = ( isUploaded ) => ( {
66 ...spacing . ph5 ,
77 ...spacing . pt5 ,
8- ...( isUploaded ? spacing . pb5 : spacing . mbn1 ) ,
8+ ...( isUploaded ? spacing . pb5 : spacing . pb1 ) ,
99} ) ;
1010
1111export default getHighResolutionInfoWrapperStyle ;
You can’t perform that action at this time.
0 commit comments