From 4f5b886e9e0cff3c1037bf544b706aa2927a9190 Mon Sep 17 00:00:00 2001 From: Mike Cifelli Date: Fri, 31 May 2024 17:42:32 -0400 Subject: [PATCH] Center the main table --- assets/tailwind.config.js | 2 +- lib/chronoscope_web/components/layouts/app.html.heex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index bd5c376..01a7c57 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -14,7 +14,7 @@ module.exports = { theme: { extend: { colors: { - brand: "#FD4F00", + brand: "#DC7556", } }, }, diff --git a/lib/chronoscope_web/components/layouts/app.html.heex b/lib/chronoscope_web/components/layouts/app.html.heex index cc5a745..8223b45 100644 --- a/lib/chronoscope_web/components/layouts/app.html.heex +++ b/lib/chronoscope_web/components/layouts/app.html.heex @@ -4,7 +4,7 @@ Chronoscope -

+

v<%= Application.spec(:chronoscope, :vsn) %>

@@ -19,7 +19,7 @@
-
+
<.flash_group flash={@flash} /> <%= @inner_content %>