From 852e1506a929f91f5ee9e9c58d5c3da983e74e2f Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 3 Apr 2024 14:27:12 -0700 Subject: [PATCH] Upgraded Tailwind --- config/config.exs | 2 +- .../components/custom_components/tab_components.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 8e3cd83..4e7a854 100644 --- a/config/config.exs +++ b/config/config.exs @@ -85,7 +85,7 @@ config :esbuild, # Configure tailwind (the version is required) config :tailwind, - version: "3.3.2", + version: "3.4.3", default: [ args: ~w( --config=tailwind.config.js diff --git a/lib/pinchflat_web/components/custom_components/tab_components.ex b/lib/pinchflat_web/components/custom_components/tab_components.ex index 160d073..f8c5a71 100644 --- a/lib/pinchflat_web/components/custom_components/tab_components.ex +++ b/lib/pinchflat_web/components/custom_components/tab_components.ex @@ -34,7 +34,7 @@ defmodule PinchflatWeb.CustomComponents.TabComponents do <%= render_slot(@tab_append) %> -
+
<%= render_slot(tab) %>