File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
screens/eligibilty-overview
shared-components/buttons Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const EligibilityOverviewScreen = ({
5151 { atLeastOneWithMissingData ( ) &&
5252 < RegularButton
5353 text = { "Noch offene Ansprüche prüfen" }
54- variant = { 'blackContained ' }
54+ variant = { 'pinkContained ' }
5555 link = '/onboarding-welcome'
5656 onClick = { doSetSelectedBenefits }
5757 endIcon = { < EastIcon /> }
Original file line number Diff line number Diff line change @@ -48,14 +48,24 @@ const buttonStyles = {
4848 } ,
4949 pinkContained : {
5050 backgroundColor : "pink.main" ,
51- color : "black .main" ,
51+ color : "white .main" ,
5252 borderColor : "pink.main" ,
5353 "&:hover" : {
5454 backgroundColor : "black.main" ,
5555 color : "white.main" ,
5656 borderColor : "black.main" ,
5757 } ,
5858 } ,
59+ blueMain : {
60+ backgroundColor : "blue.main" ,
61+ color : "black.main" ,
62+ borderColor : "blue.main" ,
63+ "&:hover" : {
64+ backgroundColor : "white.main" ,
65+ color : "blue.main" ,
66+ borderColor : "blue.main" ,
67+ } ,
68+ } ,
5969 blueContained : {
6070 backgroundColor : "blue.dark" ,
6171 color : "white.main" ,
You can’t perform that action at this time.
0 commit comments