mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix: decrease asc/decs icon size
This commit is contained in:
@@ -78,9 +78,9 @@ function GroupHeader(props) {
|
||||
text={sortDirection === "desc" ? "Ascending" : "Descending"}
|
||||
icon={
|
||||
sortDirection === "desc" ? (
|
||||
<Icon.SortDesc size={18} />
|
||||
<Icon.SortDesc size={14} />
|
||||
) : (
|
||||
<Icon.SortAsc size={18} />
|
||||
<Icon.SortAsc size={14} />
|
||||
)
|
||||
}
|
||||
textStyle={{ mr: 1 }}
|
||||
|
||||
Reference in New Issue
Block a user