Skip to content

Commit 2ef2d55

Browse files
committed
change color of open benefits button
1 parent d8132bc commit 2ef2d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/screens/eligibilty-overview/EligibilityOverviewScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const EligibilityOverviewScreen = ({
5151
{atLeastOneWithMissingData() &&
5252
<RegularButton
5353
text={"Noch offene Ansprüche prüfen"}
54-
variant={'pinkContained'}
54+
variant={'yellowContained'}
5555
link='/onboarding-welcome'
5656
onClick={doSetSelectedBenefits}
5757
endIcon={<EastIcon/>}

0 commit comments

Comments
 (0)