More consistent image for the ellipsis

This commit is contained in:
Jackson Harper
2023-02-03 18:14:32 +08:00
parent d3052cffbc
commit d094e80b5b
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ struct LinkItemDetailView: View {
}
},
label: {
Image.profile
Image(systemName: "ellipsis")
.padding(.horizontal)
.scaleEffect(navBarVisibilityRatio)
}

View File

@ -274,7 +274,7 @@ struct WebReaderContainerView: View {
},
label: {
#if os(iOS)
Image.profile
Image(systemName: "ellipsis")
.padding(.horizontal)
.scaleEffect(navBarVisibilityRatio)
#else