mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Improve queue details loading
This commit is contained in:
@@ -159,7 +159,7 @@ struct VideoDetails: View {
|
||||
.font(.system(size: 10).bold())
|
||||
.overlay(
|
||||
RoundedRectangle(cornerRadius: 2)
|
||||
.stroke(active ? Color.accentColor : .gray, lineWidth: 2)
|
||||
.stroke(active ? Color.accentColor : .gray, lineWidth: 1.2)
|
||||
.foregroundColor(.clear)
|
||||
)
|
||||
.frame(maxWidth: .infinity)
|
||||
|
Reference in New Issue
Block a user