Commit 7ecb77d

mo khan <mo@mokhan.ca>
2021-05-06 03:55:29
fix: add .text-white class
1 parent 3f0dc37
Changed files (3)
app
javascript
styles
sparkles
views
app/javascript/styles/sparkles/header.scss
@@ -15,6 +15,9 @@
     text-decoration: none;
   }
 }
+.text-white {
+  color: var(--color-text-white);
+}
 
 .hero {
   background: linear-gradient(114.95deg, #24292E 30.38%, #781084 120.55%);
app/views/sparkles/_index.html.erb
@@ -20,7 +20,6 @@
   <% else %>
     <div class="blankslate">
       <h3 class="mb-1">No sparkles yet.</h3>
-      <p>Hop on Slack and sparkle someone!</p>
     </div>
   <% end %>
 </div>
app/views/sparkles/index.html.erb
@@ -1,7 +1,7 @@
 <div class="hero p-responsive">
   <div class="container-lg">
     <p class="hero__calloutPrimary text-white text-shadow-dark mb-3">Show your gratitude</p>
-    <p class="hero__calloutSecondary f2-light text-white mb-4">Sparkle  ✨ your fellow hubbers to let them know you appreciate their work.</p>
+    <p class="hero__calloutSecondary f2-light text-white mb-4">Sparkle  ✨ your peers to let them know you appreciate their work.</p>
 
     <%= form_with url: sparkles_path, class: "d-flex position-relative flex-column flex-sm-row" do |form| %>
       <%= form.label :body, "/sparkle", class: "hero-sparkle-label" %>