Browse Source

fix(ui): color for the plugin toolbar buttons

charlie 8 months ago
parent
commit
b1a20b0f55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/right_sidebar.css

+ 1 - 1
src/main/frontend/components/right_sidebar.css

@@ -23,7 +23,7 @@ html[data-theme=light] {
 
 .cp__header {
   > .r > div:not(.ui__dropdown-trigger) a, button {
-    @apply opacity-70;
+    @apply opacity-70 text-[inherit];
 
     &:hover {
       @apply opacity-100;