-
-
Notifications
You must be signed in to change notification settings - Fork 151
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: button color scheme #14
Comments
We have a bit of a mismatch across all the websites - I'll fix it up |
A couple of others
|
Fixing this now |
We do have a few mismatch of colours in a few places. in the auth home screen in I think @kiwicopple text shadow should fix how it looks though - so i'll test it out. we should probably update the tailwind config in // ui and marketing site
brand: {
50: '#82dab0',
100: '#82dab0',
200: '#69d3a0',
300: '#50cb90',
400: '#C5F1DD',
500: '#9FE7C7',
600: '#65D9A5',
700: '#3ECF8E',
800: '#38BC81',
900: '#10633E',
},
// dashboard app
green: {
'100': '#c5f1dd',
'200': '#c5f1dd',
'300': '#9fe7c7',
'400': '#65d9a5',
'500': '#24b47e',
'600': '#38bc81',
'700': '#1c8656',
'800': '#10633e',
'900': '#10633e',
} |
…ed button sizes when inside a <Space> component. #14
made some improvements - looks good with shadows. |
let's make a right icon option 👍 (also I want it for @joshenlim's chevron 😄 ) i think the alignment might be caused by feathericons taking some liberty with their margins - might not be the best icon pack to use. created issue #25 |
right icon support has been added in a previous release now 👍 @kiwicopple |
legend, thanks Jonny!
That's pretty annoying. Can we set the icon somehow to always be square, then center the icon within the space? That would create even margins on both sides right? |
oh yea, i was going to do that 🚀 great minds.. |
closing this as outstanding remarks are in other issues |
Feature request
Is your feature request related to a problem? Please describe.
Primary color is too bright compare to the current Supabase button color. It's difficult to see the white label.
@MildTomato edits -
A couple of other issues -
Button to be less rounded
Add text-shadows
font inheritance not working
The text was updated successfully, but these errors were encountered: