From dac5d4b397e4f26e533bd9d737fec76e601b8fca Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 21 Aug 2025 15:39:50 -0500 Subject: [PATCH] Heavier to match tray text --- app/assets/stylesheets/bar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bar.css b/app/assets/stylesheets/bar.css index 829c5f3fa..101b75bad 100644 --- a/app/assets/stylesheets/bar.css +++ b/app/assets/stylesheets/bar.css @@ -29,10 +29,11 @@ } .bar__placeholder { + font-weight: 500; opacity: 0.66; .btn--plain { - font-weight: normal; + font-weight: 500; } } }