[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>
);

View File

@ -55,6 +55,13 @@ section {
padding-left: 1.5em;
}
input[type="range"]::-webkit-slider-thumb {
cursor: ew-resize;
box-shadow: -405px 0 0 400px #605e5c;
@apply w-4 h-4 bg-white rounded-full appearance-none;
}
@page {
margin: 0;
}