From de6c01aee99b1a63102ccbb5858cd15e71b1f55a Mon Sep 17 00:00:00 2001 From: phroggster Date: Sat, 6 Jul 2024 02:18:12 -0500 Subject: [PATCH] Fix: styling issues in import setup dialogs The import .firebotsetup dialogs had some style issues, notably evident in the application light theme, and the popout description dialog has white text on a white background regardless of theme. This should address both issues. --- .../app/directives/modals/setups/import-setup-modal.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/gui/app/directives/modals/setups/import-setup-modal.js b/src/gui/app/directives/modals/setups/import-setup-modal.js index 2c8751f5f..77884a188 100644 --- a/src/gui/app/directives/modals/setups/import-setup-modal.js +++ b/src/gui/app/directives/modals/setups/import-setup-modal.js @@ -24,7 +24,7 @@
-
+
{{$ctrl.setup.name || "Unnamed Setup"}} v{{$ctrl.setup.version}}
by {{$ctrl.setup.author}}
@@ -36,7 +36,7 @@
- {{name}} + {{name}} {{component.trigger || component.name}}
@@ -46,9 +46,9 @@

Currency To Use:

-

This setup requires that you select one of your currencies so it can be used in the included effects, variables, and restrictions.

+
This setup requires that you select one of your currencies so it can be used in the included effects, variables, and restrictions.