visuddhinanda пре 2 година
родитељ
комит
2e79e298f9
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      dashboard/src/components/corpus/TocPath.tsx

+ 2 - 2
dashboard/src/components/corpus/TocPath.tsx

@@ -96,8 +96,8 @@ const TocPathWidget = ({
                   style={
                   style={
                     item.level === 0
                     item.level === 0
                       ? {
                       ? {
-                          padding: 4,
-                          backgroundColor: "#92880052",
+                          padding: "0 4px",
+                          backgroundColor: "rgba(128, 128, 128, 0.2)",
                           borderRadius: 4,
                           borderRadius: 4,
                         }
                         }
                       : undefined
                       : undefined