From 5c48e1cca68ae17ff1c678cafa629566ce19c37d Mon Sep 17 00:00:00 2001 From: KoloMl Date: Thu, 27 Jun 2024 01:41:17 +0400 Subject: [PATCH] Re-import base input styling to popup stylesheet Forgot to move import out of tags editor into the main popup stylesheet. --- src/styles/popup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/popup.scss b/src/styles/popup.scss index c391a24..1e5e013 100644 --- a/src/styles/popup.scss +++ b/src/styles/popup.scss @@ -30,5 +30,6 @@ a { } } +@import "injectable/input"; @import "injectable/tag"; @import "injectable/icons";