Skip to content

Commit 1731780

Browse files
committed
update current weather container component colors
1 parent cf5f143 commit 1731780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/weather/InfoDetailComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const InfoDetailComponent = ({weatherCurrent}) => {
7070
)}
7171
</div>
7272
<div
73-
className='absolute top-0 bottom-0 left-0 right-0 my-auto mx-auto'
73+
className='absolute top-0 bottom-0 left-0 right-0 my-auto mx-auto text-light'
7474
style={{background: 'rgba(0,0,0,0.2)'}}>
7575
<div className='sm:flex-col md:flex md:flex-row justify-between my-2 px-6 sm:mt-5 sm:mb-5 sm:px-4'>
7676
<div className='flex-col sm:w-full lg:w-1/2'>
@@ -100,7 +100,7 @@ const InfoDetailComponent = ({weatherCurrent}) => {
100100
{weatherCurrent.summary}
101101
</p>
102102
</div>
103-
<div className='flex justify-start items-center sm:ml-3'>
103+
<div className='flex justify-start items-center sm:-mt-3 sm:ml-3'>
104104
<div>
105105
<span className='text-6xl font-bold'>
106106
{computedTempValue('temperature')}

0 commit comments

Comments
 (0)