-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature: move dashboard button to landing #122
Conversation
@juancwu any reason you setup this in tailwind.config if you don't use it? 'tbrand-mouse-down': '#1D7882',
'tbrand-highlight': '#00CEDB', |
Btw...it's not passing the automated check for some reason. Might need help on this one >:D
|
Did not make a whole lot sense when the colours are not widely shared so I just put in the arbitrary colours in the component. Left the styles cuz I forgot to remove them lol. |
I think its good to learn some DevOps @teoh4770 👀 |
Solid reason lmao. |
Can't avoid DevOps 😭 |
optimize for optmize fash refresh by not exporting things other than components and in this case exporting the getButtonStyles() and type ButtonStylesProps are basically unnecessary
Next time you can just run I have updated the PR with the changes needed. |
Noted |
Merge so that new branches can use the button component. |
Issue: #120
Two things: