Skip to content

Commit

Permalink
spinner and 'create project' button css fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed May 31, 2024
1 parent 3dda2e5 commit 96b88dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renderer/src/components/Projects/NewProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export default function NewProject({ call, project, closeEdit }) {
<button
type="button"
aria-label="create"
className="w-40 h-10 my-5 bg-success leading-loose rounded shadow font-base text-white tracking-wide font-bold uppercase"
className="w-40 h-10 my-5 bg-success leading-loose rounded shadow font-base text-white tracking-wide font-light uppercase"
onClick={() => validate()}
>
{t('btn-create-project')}
Expand Down
4 changes: 2 additions & 2 deletions styles/nprogress.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
display: block;
position: fixed;
z-index: 1031;
top: 23px;
right: 10%;
top: 15px;
right: 15px;
}

#nprogress .spinner-icon {
Expand Down

0 comments on commit 96b88dc

Please sign in to comment.