Skip to content

Commit

Permalink
change rent slider min
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatysinger committed Apr 25, 2024
1 parent 19a6eef commit 9e26871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
<!-- Sliders and Color Bars (contained within map)-->
{#if rentSlider}
<div class="slider-container">
<Slider bind:Value={rentValue} sliderColor='hsl(135, 40%, 50%)' class="slider-slider"/>
<Slider bind:Value={rentValue} sliderColor='hsl(135, 40%, 50%)' class="slider-slider" min={1200}/>
<button on:click={handleRentEnter} class="slider-button">Enter</button>
</div>
{/if}
Expand Down

0 comments on commit 9e26871

Please sign in to comment.