[update] sourceSelector style

This commit is contained in:
游薪渝(揽清) 2025-07-04 17:28:13 +08:00
parent 1125efd8c7
commit cb7b28a4b1
1 changed files with 1 additions and 5 deletions

View File

@ -41,12 +41,8 @@ struct SourceSelector: View {
.font(.system(size: 10))
.foregroundColor(.primary)
}
.padding(.horizontal, 12)
.padding(.horizontal, 6)
.padding(.vertical, 6)
.background(
RoundedRectangle(cornerRadius: 8)
.stroke(Color(.separator), lineWidth: 1)
)
}
}
}