[2.5.1] update dependencies

This commit is contained in:
Amruth Pillai
2021-01-03 11:58:17 +05:30
parent eb4023e3b2
commit c40d89e98e
6 changed files with 425 additions and 377 deletions

View File

@ -59,6 +59,7 @@ const FontSizes = ({ id }) => {
type="range"
onChange={onChange}
defaultValue={fontScale}
className="rounded-lg overflow-hidden appearance-none bg-gray-400 h-4 w-full"
/>
</section>
);