Skip to content
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

Hacking out some UI #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Hacking out some UI #12

wants to merge 2 commits into from

Conversation

dqnamo
Copy link
Member

@dqnamo dqnamo commented Mar 19, 2023

Xnapper-2023-03-19-09 34 45

Xnapper-2023-03-19-09 26 39

I think pure white all white including cards doesn't work well, some color is needed so when with the super light version of emerald as background emerald-50. also large shadows.

Some other guidelines for buttons links etc. Hover states should be a higher color than the default so meaning if the button is bg-emarald-700 the hover should be bg-emerald-800

Also I could only get these 2 done because there were too many errors and I didn't want to touch backend code much. Maybe Im doing something wrong with running (do I need to do some extra things) or things aren't pushed yet?

.mt-8.sm:mx-auto.sm:w-full.sm:max-w-md
.bg-white.py-8.px-4.shadow.sm:rounded-lg.sm:px-10
= form_for(resource, as: resource_name, url: url: registration_path(@user), method: :put, html: { class: 'space-y-6'}) do |f|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a method: :put here accidentally - that's causing the error I think - its going to the wrong place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants