Skip to content

Commit

Permalink
Fix media query typo in Button (#1756)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Dutro <[email protected]>
  • Loading branch information
langermank and camertron authored Jan 10, 2023
1 parent 9bc35cc commit 280972c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-hats-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Fix media query typo in Button
2 changes: 1 addition & 1 deletion app/components/primer/beta/button.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
min-width: max-content;

/* mobile friendly sizing */
@media (pointer: course) {
@media (pointer: coarse) {
&::before {
@mixin minTouchTarget 48px, 48px;
}
Expand Down

0 comments on commit 280972c

Please sign in to comment.