We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1a992 commit cff7f58Copy full SHA for cff7f58
2 files changed
android/app/src/main/java/com/logseq/app/NativeTopBarPlugin.kt
@@ -333,8 +333,7 @@ private fun TopBarButton(
333
) {
334
if (icon != null) {
335
val iconSize = when (spec.size.lowercase()) {
336
- "xsmall" -> 12.dp
337
- "small" -> 16.dp
+ "small" -> 12.dp
338
else -> 22.dp
339
}
340
src/main/mobile/components/header.cljs
@@ -179,7 +179,7 @@
179
(conj {:id "home-setting" :systemIcon "ellipsis"})
180
(and show-sync? (not page?))
181
(conj {:id "sync" :systemIcon "circle.fill" :color sync-color
182
- :size "xsmall"}))
+ :size "small"}))
183
184
(= tab "graphs")
185
[{:id "graph-setting" :systemIcon "ellipsis"}
0 commit comments