Skip to content

Commit

Permalink
build qtify
Browse files Browse the repository at this point in the history
  • Loading branch information
Anusree6154s committed Aug 3, 2024
1 parent 222fbb4 commit 3187201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qtify/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
padding: 14px 20px;
border: none;
font-size: var(--font-size-base);
font-family: var(--font-family);
}

.button:hover {
cursor: pointer;
}

0 comments on commit 3187201

Please sign in to comment.