From f5fd9b3e5ee7cff739a2f124f43e1b48192dde1d Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 10 Sep 2024 15:22:54 +0200 Subject: [PATCH] Fix tabs style --- src/components/Tabs/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tabs/tabs.css b/src/components/Tabs/tabs.css index 26cf8db..ce24e1c 100644 --- a/src/components/Tabs/tabs.css +++ b/src/components/Tabs/tabs.css @@ -16,7 +16,7 @@ position: relative; } -.tabs-tab::after { +.tabs::after { width: 100%; background-color: var(--codex-background-light); content: " ";