Skip to content

Commit 2073297

Browse files
author
Kevin Jose
committed
[26/5/2020][TAILWIND_RESUME] reworked sidefilter component fonts
1 parent b69cc8a commit 2073297

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

may-2020/tailwind_css/rt-workcation/src/components/SearchFilters.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const SearchFilters = () => {
8585
return (
8686
<React.Fragment key={`${path}.${item}`}>
8787
<label className='block px-3 py-3'>
88-
<div className='text-xl font-semibold text-gray-500 capitalize'>
88+
<div className='text-sm font-semibold text-gray-500 capitalize'>
8989
{item}
9090
</div>
9191
<hr />
@@ -96,7 +96,7 @@ const SearchFilters = () => {
9696
}
9797
return (
9898
<label className='block px-2 py-2' key={`${path}.${item}`}>
99-
<div className='text-sm font-semibold text-gray-500 py-1 capitalize'>
99+
<div className='text-xs font-semibold text-gray-500 py-1 capitalize'>
100100
{item}
101101
</div>
102102
<input
@@ -204,7 +204,7 @@ const SearchFilters = () => {
204204
<div className='lg:flex xl:block'>
205205
<div className='px-4 py-4 border-t border-gray-900 lg:w-1/3 border xl:w-full'>
206206
<h3
207-
className='text-xl text-bold text-gray-500 cursor-pointer select-none'
207+
className='text-sm text-bold text-gray-500 cursor-pointer select-none'
208208
onClick={() => setShowBasicProfile(o => !o)}
209209
>
210210
{showBasicProfile ? <>&#8595;</> : <>&#8594;</>} &nbsp; Basic
@@ -218,7 +218,7 @@ const SearchFilters = () => {
218218

219219
<div className='px-4 py-4 border-t border-gray-900 lg:w-1/3 border xl:w-full'>
220220
<h3
221-
className='text-xl text-bold text-gray-500 cursor-pointer select-none'
221+
className='text-sm text-bold text-gray-500 cursor-pointer select-none'
222222
onClick={() => setShowWork(o => !o)}
223223
>
224224
{showWork ? <>&#8595;</> : <>&#8594;</>} &nbsp; Work Experience

0 commit comments

Comments
 (0)