Skip to content

Commit

Permalink
updating class name
Browse files Browse the repository at this point in the history
  • Loading branch information
tvu20 committed Jun 6, 2022
1 parent 8af66f2 commit dabfa8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.popover-status {
.co-popover-status {
&__button {
display: inline-flex !important;
flex-direction: column !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const PopoverStatus: React.FC<PopoverStatusProps> = ({
isVisible={isVisible}
shouldClose={shouldClose}
>
<Button variant="link" isInline className="popover-status__button">
<Button variant="link" isInline className="co-popover-status__button">
{statusBody}
</Button>
</Popover>
Expand Down

0 comments on commit dabfa8d

Please sign in to comment.