1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-23 15:19:38 +02:00

Currency select tweaks

This commit is contained in:
Josh Pigford 2024-02-11 13:09:14 -06:00
parent 96debfaeda
commit fbe49bf4ea
3 changed files with 7 additions and 10 deletions

View file

@ -21,7 +21,7 @@ module ApplicationHelper
def currency_dropdown(f: nil, options: [])
render partial: "shared/currency_dropdown", locals: { f: f, options: options }
end
def sidebar_link_to(name, path, options = {})
base_class_names = [ "block", "border", "border-transparent", "rounded-xl", "-ml-2", "p-2", "text-sm", "font-medium", "text-gray-500", "flex", "items-center" ]
hover_class_names = [ "hover:bg-white", "hover:border-[#141414]/[0.07]", "hover:text-gray-900", "hover:shadow-xs" ]