Skip to content

Commit

Permalink
fix(ui): adjusted keyboard padding to fill the container
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Nov 27, 2024
1 parent 4ac7142 commit 403bf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/POS/KeyboardModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div
id="keypad"
class="text-4xl grid grid-cols-4 gap-3 rounded font-bold p-4"
class="text-4xl grid grid-cols-4 gap-3 rounded font-bold py-4"
>
<button
class="
Expand Down

0 comments on commit 403bf3d

Please sign in to comment.