mirror of
https://github.com/logseq/logseq.git
synced 2026-05-18 01:42:19 +00:00
fix(ui): adjust icon size for header and NativeTopBarPlugin
This commit is contained in:
@@ -333,8 +333,7 @@ private fun TopBarButton(
|
||||
) {
|
||||
if (icon != null) {
|
||||
val iconSize = when (spec.size.lowercase()) {
|
||||
"xsmall" -> 12.dp
|
||||
"small" -> 16.dp
|
||||
"small" -> 12.dp
|
||||
else -> 22.dp
|
||||
}
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
(conj {:id "home-setting" :systemIcon "ellipsis"})
|
||||
(and show-sync? (not page?))
|
||||
(conj {:id "sync" :systemIcon "circle.fill" :color sync-color
|
||||
:size "xsmall"}))
|
||||
:size "small"}))
|
||||
|
||||
(= tab "graphs")
|
||||
[{:id "graph-setting" :systemIcon "ellipsis"}
|
||||
|
||||
Reference in New Issue
Block a user