mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
[2.5.1] update dependencies
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user