Skip to content

Commit 59218d6

Browse files
committed
Fix font for Languages in Subrace builder
1 parent cf707ba commit 59218d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/orcpub/dnd/e5/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4283,7 +4283,7 @@
42834283
(defn option-languages [option toggle-map-prop-event]
42844284
(let [languages @(subscribe [::langs/languages])]
42854285
[:div.m-b-20
4286-
[:div.f-s-18.f-w-b.m-b-20 "Languages"]
4286+
[:div.f-s-24.f-w-b.m-b-20 "Languages"]
42874287
[:div.flex.flex-wrap
42884288
(doall
42894289
(map

0 commit comments

Comments
 (0)