Update demo.tsx

This commit is contained in:
Arjun Patel
2022-01-12 01:57:45 -08:00
parent cd923cfa93
commit 20ffd4fecd
+4
View File
@@ -375,6 +375,10 @@ export default class Demo extends React.Component<MyProps, MyState> {
<span className='text-gray-300 hover:text-white hover:cursor-pointer'>Recurring</span>
</span>
<span className='text-sm text-gray-300 flex flex-row items-center uppercase'>
Week <FaAngleDown />
</span>
<button className='bg-gray-300 bg-opacity-25 p-2 rounded hover:bg-opacity-40'>
<FaPlus className='text-lg text-white' />
</button>