Browse Source

17521 fix error message toast color in dark mode

Arthur Hanson 1 year ago
parent
commit
44c7786cd9

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 3 - 0
netbox/project-static/styles/overrides/_tabler.scss

@@ -128,6 +128,9 @@ body[data-bs-theme=dark] {
   .footer .text-primary {
   .footer .text-primary {
     color: white !important;
     color: white !important;
   }
   }
+  .toast {
+    color: var(--#{$prefix}body-color);
+  }
 }
 }
 
 
 // Do not apply padding to <code> elements inside a <pre>
 // Do not apply padding to <code> elements inside a <pre>

Some files were not shown because too many files changed in this diff