diff --git a/jdaviz/components/toolbar_nested.vue b/jdaviz/components/toolbar_nested.vue
index 682e462a0f..20db880481 100644
--- a/jdaviz/components/toolbar_nested.vue
+++ b/jdaviz/components/toolbar_nested.vue
@@ -28,7 +28,7 @@
>
select_primary([menu_ind, id])">
-
+
{{ tooltip }}
@@ -71,5 +71,12 @@
bottom: 0px;
right: 6px !important;
margin-right: -22px;
+ /* the parent button will invert everything anyways, so we need to override this to be black first,
+ regardless of light or dark theme */
+ color: black !important;
+}
+
+.theme--dark .invert-if-dark {
+ filter: invert(1) !important;
}