fix: tweak opacity

pull/6911/head^2
Konstantinos Kaloutas 2022-10-18 13:42:17 +03:00 committed by Tienson Qin
parent 32abc786ae
commit b16b6134e5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
[:span.col-span-3 desc]
[:div.col-span-1.justify-end.tip.flex
(when (and (keyword? id) (namespace id))
[:code.opacity-50.bg-transparent (namespace id)])
[:code.opacity-40.bg-transparent (namespace id)])
(when-not (string/blank? first-shortcut)
[:code.ml-1 first-shortcut])]]))