Skip to content

Commit

Permalink
fix: revert classname case
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm committed Feb 29, 2024
1 parent 30d0021 commit 740dc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/group-configurations/GroupConfigurations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
align-content: center;
justify-content: space-between;

.configuration-card-header-button {
.configuration-card-header__button {
display: flex;
align-items: flex-start;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/group-configurations/common/TitleButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TitleButton = ({
<Button
iconBefore={isExpanded ? ArrowDownIcon : ArrowRightIcon}
variant="tertiary"
className="configuration-card-header-button"
className="configuration-card-header__button"
data-testid="configuration-card-header-button"
onClick={onTitleClick}
>
Expand Down

0 comments on commit 740dc5e

Please sign in to comment.