Skip to content

Commit

Permalink
correctionBag
Browse files Browse the repository at this point in the history
  • Loading branch information
7Vign7 committed Oct 4, 2024
1 parent aea5986 commit a300bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/generate/QrCodeGenerator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ export const QrCodeGenerator = () => {
type="text"
value={defaultText}
onChange={onChangeHandler}
className={style.input}
/>
<button type="button" onClick={onClickHandler}>
<button type="button" onClick={onClickHandler} className={style.button}>
Сгенерировать Qr
</button>

Expand Down
4 changes: 2 additions & 2 deletions src/components/generate/qrCodeGenerator.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input{
.input{
border-radius: 10px;
border: none;
background: #d5b1d7;
Expand All @@ -8,7 +8,7 @@ input{
font-size: 30px;
outline: none;
}
button{
.button{
border-radius: 10px;
border: none;
padding: 17px 35px;
Expand Down

0 comments on commit a300bff

Please sign in to comment.