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 @@