Skip to content

Commit

Permalink
Rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 17, 2022
1 parent a6af563 commit f181c06
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"concurrently": "^7.0.0",
"electron": "^17.0.0",
"electron": "^18.0.0-beta.3",
"electron-builder": "^22.14.13",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion styles/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions styles/partials/layout/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

/* submenu */
.custom-titlebar-submenu {
background-color: rgb(0, 0, 0) !important;
border: 1px solid rgb(40, 40, 40);
background-color: rgb(20, 20, 20) !important;
text-transform: capitalize !important;
border-radius: 10px;
}

/* separator */
Expand All @@ -22,3 +22,7 @@
background-color: rgb(40, 40, 40) !important;
opacity: 1 !important;
}

.custom-titlebar-menu-item {
background-color: black !important;
}
Loading

0 comments on commit f181c06

Please sign in to comment.