Skip to content

Commit a049700

Browse files
committed
Fix contributions actions background
1 parent 5abbdad commit a049700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elm-git.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"git-dependencies": {
33
"direct": {
4-
"https://github.com/unisonweb/ui-core": "aadadbff496feb5031541c64ed32469bc2418851"
4+
"https://github.com/unisonweb/ui-core": "eac431215dca20541fc9d3e8d919085e4ce6fe15"
55
},
66
"indirect": {}
77
}

src/UnisonShare/Page/ProjectContributionOverviewPage.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ viewContribution session project updateStatus contribution mergeStatus =
371371
"contribution-actions contribution-actions_updating"
372372

373373
else
374-
"contribution-actions contribution-actions_updating"
374+
"contribution-actions"
375375
in
376376
div [ class "contribution-overview_main-cards" ]
377377
[ Card.card [ description ]

0 commit comments

Comments
 (0)