-
Notifications
You must be signed in to change notification settings - Fork 36
feat(auth-components): add prop support & add more compound components for SignIn Component #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth-components): add prop support & add more compound components for SignIn Component #12
Conversation
0e7e512
to
ddcc908
Compare
packages/react/src/oxygen-ui-react-auth-components/SignIn/SignIn.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/oxygen-ui-react-auth-components/SignInFooter/SignInFooter.tsx
Show resolved
Hide resolved
packages/react/src/oxygen-ui-react-auth-components/SignInButton/sign-in-button.scss
Show resolved
Hide resolved
color: grey; | ||
|
||
.OxygenSignInLink { | ||
color: grey; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we use a oxygen variable? so that it works when switching themes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated with bc928d3
color: grey; | ||
|
||
&:hover { | ||
color: #ff7300; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we use an oxygen variable? so that it works when switching themes?
Hope this is the primary color?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated with bc928d3
packages/react/src/oxygen-ui-react-auth-components/SignInImage/sign-in-image.scss
Show resolved
Hide resolved
*/ | ||
|
||
.OxygenSignInTypography-subtitle { | ||
color: grey; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a var
from oxygen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated with d8f21aa
Purpose
- SignInImage
- SignInFooter
- SignInPinInput
Related Issues
Related PRs
Checklist
Security checks