Skip to content

Commit

Permalink
feat: changed options button appearance gf-508
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliistf committed Sep 24, 2024
1 parent f950001 commit 8a93df1
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
Expand Up @@ -53,7 +53,7 @@ const ProjectDetailsMenu = ({
<>
{isMenuShown && (
<Menu
buttonClassName={styles["menu-trigger-button"] as string}
buttonClassName={styles["trigger-button"] as string}
isOpened={isOpened}
onClose={onClose}
onOpen={onOpen}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.menu-trigger-button {
.trigger-button {
background-color: var(--color-background-secondary);
border: 1px solid var(--color-border-secondary);
}

0 comments on commit 8a93df1

Please sign in to comment.