Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tvu20 committed Jun 6, 2022
1 parent dabfa8d commit 0d24a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
@@ -1,7 +1,5 @@
.co-popover-status {
&__button {
.co-popover-status-button {
display: inline-flex !important;
flex-direction: column !important;
}
}

Expand Up @@ -33,7 +33,7 @@ const PopoverStatus: React.FC<PopoverStatusProps> = ({
isVisible={isVisible}
shouldClose={shouldClose}
>
<Button variant="link" isInline className="co-popover-status__button">
<Button variant="link" isInline className="co-popover-status-button">
{statusBody}
</Button>
</Popover>
Expand Down

0 comments on commit 0d24a08

Please sign in to comment.