diff --git a/app/components/Contacts/ConnectManually.scss b/app/components/Contacts/ConnectManually.scss index 1064f6d1..4724ac86 100644 --- a/app/components/Contacts/ConnectManually.scss +++ b/app/components/Contacts/ConnectManually.scss @@ -124,6 +124,8 @@ &.active { background: $gold; + color: $spaceblue; + font-weight: bold; opacity: 1; &:hover { diff --git a/app/components/Contacts/SubmitChannelForm.scss b/app/components/Contacts/SubmitChannelForm.scss index 36d8388c..57bf865d 100644 --- a/app/components/Contacts/SubmitChannelForm.scss +++ b/app/components/Contacts/SubmitChannelForm.scss @@ -132,6 +132,8 @@ &.active { background: $gold; + color: $spacegrey; + font-weight: bold; opacity: 1; &:hover { diff --git a/app/components/Form/Pay.scss b/app/components/Form/Pay.scss index a203372e..a00e7b5f 100644 --- a/app/components/Form/Pay.scss +++ b/app/components/Form/Pay.scss @@ -163,6 +163,8 @@ &.active { background: $gold; + color: $spaceblue; + font-weight: bold; opacity: 1; &:hover { diff --git a/app/components/Form/Request.scss b/app/components/Form/Request.scss index 791c7643..64fd0f20 100644 --- a/app/components/Form/Request.scss +++ b/app/components/Form/Request.scss @@ -142,6 +142,8 @@ &.active { background: $gold; + color: $spaceblue; + font-weight: bold; opacity: 1; &:hover {