Explorar o código

fix: css typo

from 64ae0cd3ca95ead5fa66033f3db4ec748afbb7c0
Gabriel Horner hai 1 ano
pai
achega
4bd1babf92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/frontend/components/property.cljs

+ 1 - 1
src/main/frontend/components/property.cljs

@@ -440,7 +440,7 @@
          (when-not (:class-schema? opts)
          (when-not (:class-schema? opts)
            [:div.property-value-container.col-span-3.flex.flex-row.gap-1.items-center
            [:div.property-value-container.col-span-3.flex.flex-row.gap-1.items-center
             (cond-> {}
             (cond-> {}
-              class-properties? (assoc :class (if (:logsea.property.class/properties block)
+              class-properties? (assoc :class (if (:logseq.property.class/properties block)
                                                 "ml-2 -mt-1"
                                                 "ml-2 -mt-1"
                                                 "-ml-1")))
                                                 "-ml-1")))
             (when-not (or block? class-properties?)
             (when-not (or block? class-properties?)