initial commit
- Adding new props to the text component
media
andfontWeight
//this will use styles of heading1 variant on the desktop media only
<Text variant='heading1' media='desktop' className='font-bold text-[#fff30a]'>
Become A member
</Text>
//this will use styles of heading1 variant on all media types from 'mobile' to 'desktop'
<Text variant='heading1' className='font-bold text-[#fff30a]'>
Become A member
</Text>
- Adding disabled styles to
textField
anddropdown
components - Making small changes to chapters dropdown field