-
Notifications
You must be signed in to change notification settings - Fork 100
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
[components] feat: Setup ThemeProvider
(WIP)
#115
Conversation
ThemeProvider
ThemeProvider
(WIP)
@@ -0,0 +1,87 @@ | |||
import { SistentThemeBase } from './types/SistentTheme'; |
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.
Cloud's theme is an ideal theme to source from.
Signed-off-by: Antonette Caldwell <[email protected]>
6dbaa24
to
0768bda
Compare
Co-authored-by: Lee Calcote <[email protected]> Signed-off-by: Antonette Caldwell <[email protected]>
Signed-off-by: Antonette Caldwell <[email protected]>
Signed-off-by: Antonette Caldwell <[email protected]>
t.literal('lime'), | ||
t.literal('yellow'), | ||
t.literal('orange'), | ||
t.literal('teal'), |
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.
yikes
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.
I know. As I said, I need to move some of this to another place, and revert the changes. I wanted to get a PR up to show that I'm working on something
Closing in favor of #434 |
Notes for Reviewers
This PR is related to #17
This is a work in progress.
Signed commits