Intergate api Profiles
This commit is contained in:
parent
7ee89cab1e
commit
904f109019
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -278,6 +278,9 @@ const SprintReview = () => {
|
|||
onClick={() => {
|
||||
setAction('update')
|
||||
}}
|
||||
style={{
|
||||
display: filter.sprint ? 'block' : 'none',
|
||||
}}
|
||||
>
|
||||
Update
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue