Skip to content

Commit

Permalink
add "$" on slider value
Browse files Browse the repository at this point in the history
baptiste-marchand committed Apr 14, 2022
1 parent d21efec commit 61f41a4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ function App() {
className="range-pourcentage"
/>
<Input
value={value}
value={value+ " $"}
size="small"
onChange={handleInputChange}
onBlur={handleBlur}
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ nav span:hover {
}

.number-pourcentage {
width: 60px !important;
width: 70px !important;
}

.number-pourcentage::before {

0 comments on commit 61f41a4

Please sign in to comment.