From 5a666af8521f5e4d223d8e2da70a906de730e867 Mon Sep 17 00:00:00 2001 From: drusepth Date: Tue, 22 Mar 2022 17:22:57 -0700 Subject: [PATCH] build account dropdown menu --- app/models/users/user.rb | 2 +- app/views/layouts/tailwind.html.erb | 67 ++++++++++++++++++++++++----- 2 files changed, 57 insertions(+), 12 deletions(-) diff --git a/app/models/users/user.rb b/app/models/users/user.rb index 3c5528d1..ffa1054f 100644 --- a/app/models/users/user.rb +++ b/app/models/users/user.rb @@ -333,7 +333,7 @@ class User < ApplicationRecord end def self.text_color - 'green-text' + 'green-text text-green-600' end def favorite_page_type_color diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index 008207ca..f13bd6dd 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -25,7 +25,7 @@