Skip to content

Commit

Permalink
improve the defaul volume for each sound.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Dec 1, 2024
1 parent 084d660 commit 508010e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,14 +577,14 @@ <h4 class="modal-title custom-modal-title">
<svg fill="#000000" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="rain-alt" class="icon glyph"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M21,9a4,4,0,0,1-4,4H6A3,3,0,1,1,7.08,7.21a5,5,0,0,1,9-2.09A4.08,4.08,0,0,1,17,5,4,4,0,0,1,21,9ZM16.89,21.45l2-4a1,1,0,1,0-1.78-.9l-2,4a1,1,0,0,0,.44,1.34A.93.93,0,0,0,16,22,1,1,0,0,0,16.89,21.45Zm-8,0,2-4a1,1,0,1,0-1.78-.9l-2,4a1,1,0,0,0,.44,1.34A.93.93,0,0,0,8,22,1,1,0,0,0,8.89,21.45Zm5-2,1-2a1,1,0,1,0-1.78-.9l-1,2a1,1,0,0,0,.44,1.34A.93.93,0,0,0,13,20,1,1,0,0,0,13.89,19.45Zm-8,0,1-2a1,1,0,0,0-1.78-.9l-1,2a1,1,0,0,0,.44,1.34A.93.93,0,0,0,5,20,1,1,0,0,0,5.89,19.45Z"></path></g></svg>
<span>Rain</span>
<div class="volume-control">
<input type="range" min="0" max="100" value="70" class="volume-slider">
<input type="range" min="0" max="100" value="50" class="volume-slider">
</div>
</div>
<div class="sound-button" data-sound="fireside">
<svg width="24" height="24" viewBox="0 0 24 24" id="Flat_Color" data-name="Flat Color" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path id="primary" d="M17.4,8.38A7.1,7.1,0,0,1,15,3a1,1,0,0,0-1.55-.83,10.89,10.89,0,0,0-5,6.73A4.37,4.37,0,0,1,8,7.77,1,1,0,0,0,7.27,7a1,1,0,0,0-1,.25C5,8.58,4,12,4,14c0,5.08,2.92,8,8,8s8-3,8-8C20,11.22,18.62,9.71,17.4,8.38Z" style="fill:#000000"></path></g></svg>
<span>Fireside</span>
<div class="volume-control">
<input type="range" min="0" max="100" value="70" class="volume-slider">
<input type="range" min="0" max="100" value="60" class="volume-slider">
</div>
</div>
<div class="sound-button" data-sound="white-noise">
Expand All @@ -593,7 +593,7 @@ <h4 class="modal-title custom-modal-title">
</svg>
<span>White Noise</span>
<div class="volume-control">
<input type="range" min="0" max="100" value="70" class="volume-slider">
<input type="range" min="0" max="100" value="20" class="volume-slider">
</div>
</div>
</div>
Expand Down

0 comments on commit 508010e

Please sign in to comment.