Skip to content

Commit

Permalink
style(login): update styling of sso button on login view (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Jul 27, 2023
1 parent a85d7a8 commit 6fe9142
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,17 @@ export default defineComponent({
#sign-up-encouragement-message .kong-icon {
vertical-align: middle;
}
#kong-auth-login-wrapper {
[data-testid="kong-auth-login-sso"] {
color: var(--button_colors-primary-text) !important;
background-color: var(--button_colors-primary-fill) !important;
svg {
path {
fill: var(--button_colors-primary-text) !important;;
}
}
}
}
</style>

0 comments on commit 6fe9142

Please sign in to comment.