Skip to content

Commit

Permalink
Add a little bit of colour
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Aug 7, 2023
1 parent 6bd7041 commit 5e2b2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/interests/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= form_with(model: interest, class: "contents") do |form| %>
<div class="flex flex-row mb-4">
<%= form.text_field :email, type: 'email', placeholder: 'Email', class: "basis-3/4 border border-slate-200 outline-none px-3 py-2" %>
<%= form.submit 'Submit', class: "basis-1/4 py-3 px-5 bg-slate-600 text-white font-medium cursor-pointer" %>
<%= form.submit 'Submit', class: "basis-1/4 py-3 px-5 bg-amber-600 text-white font-medium cursor-pointer" %>
</div>
<% end %>
4 changes: 2 additions & 2 deletions app/views/interests/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="mx-auto sm:w-2/3 w-full">
<div class="mx-auto sm:w-2/3 w-full text-slate-800">
<div class="bg-white p-8 sm:mt-4 sm:shadow-sm">
<h1 class="text-4xl mb-3">Hello!</h1>
<h1 class="text-4xl tracking-tight leading-10 font-extrabold mb-3">Hello!<br /><span class="text-amber-600">We're building something new.</span></h1>

<p class="mb-3 leading-relaxed">We're building a new platform to allow musicians to connect with,
and sell their music to their fans.</p>
Expand Down

0 comments on commit 5e2b2c7

Please sign in to comment.