Skip to content

Commit

Permalink
fix(components): match Button display for Pressable (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored Nov 14, 2024
1 parent 874b8e7 commit cc785df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-houses-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/components": patch
---

Match `Button` display for `Pressable`
1 change: 1 addition & 0 deletions packages/components/src/styles/Pressable.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.pressable {
outline: none;
display: inline-flex;
}

.pressable[data-focus-visible] {
Expand Down

0 comments on commit cc785df

Please sign in to comment.