Skip to content

Commit

Permalink
chore: change serial number bg to black for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Sep 3, 2024
1 parent 22ccdee commit b256ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ var (
TitleWorkspace = Padded.Foreground(White).Background(Green)
TitleID = Padded.Foreground(White).Background(Green)
TitleAddress = Padded.Foreground(White).Background(Blue)
TitleSerial = Padded.Foreground(White).Background(Orange)
TitleSerial = Padded.Foreground(Black).Background(Orange)
TitleTainted = Padded.Foreground(White).Background(Red)
)

0 comments on commit b256ba4

Please sign in to comment.