Intergate api Profiles

This commit is contained in:
Truong Vo 2024-09-18 03:54:10 +07:00
parent 7ee89cab1e
commit 904f109019
2 changed files with 6 additions and 1 deletions

View File

@ -109,12 +109,14 @@
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
margin-top: 10px;
background-color: var(--hover-background);
background-color: #457bad;
color: white;
transition: background-color 0.3s;
}
.projectHeader:hover {
background-color: var(--hover-background);
color: #2d353c;
}
.sprintList {

View File

@ -278,6 +278,9 @@ const SprintReview = () => {
onClick={() => {
setAction('update')
}}
style={{
display: filter.sprint ? 'block' : 'none',
}}
>
Update
</Button>