From a6aa6f3386f9920c3890fdb88eaa3ae8cb1d8553 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 26 Feb 2022 00:16:12 -0500 Subject: [PATCH] fix elements flashing black --- CHANGELOG.md | 1 + lib/cannery_web/templates/layout/root.html.heex | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738acbc..4af4a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # v0.3.1 - Add link to changelog from version number +- Fix some elements flashing with black background # v0.3.0 - Fix ammo type counts not showing when count is 0 diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex index 43fe71e..385aae0 100644 --- a/lib/cannery_web/templates/layout/root.html.heex +++ b/lib/cannery_web/templates/layout/root.html.heex @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + <%= @inner_content %>