Skip to content

Commit

Permalink
Update CodeEdit/Features/ActivityViewer/ActivityViewer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff authored Jun 26, 2024
1 parent 89a76bc commit 2c892a4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CodeEdit/Features/ActivityViewer/ActivityViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ struct ActivityViewer: View {
.fixedSize(horizontal: false, vertical: false)
.padding(.horizontal, 10)
.background {
if colorScheme == .dark {
RoundedRectangle(cornerRadius: 5)
.opacity(0.10)
} else {
RoundedRectangle(cornerRadius: 5)
.opacity(0.1)
}
RoundedRectangle(cornerRadius: 5)
.opacity(0.1)
}
}
}

0 comments on commit 2c892a4

Please sign in to comment.