Skip to content

Commit

Permalink
fix: css after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
orest-s committed Aug 29, 2023
1 parent 86aaa10 commit 490d68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

/* Alert popover styles */

.Popover--alert {
.Popover--prompt {
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -106,7 +106,7 @@
max-width: var(--popover-alert-max-width);
}

.Popover--alert > .Button--thin {
.Popover--prompt > .Button--thin {
width: 100%;
margin-left: 0;
}
Expand Down

0 comments on commit 490d68d

Please sign in to comment.