Skip to content

Commit 9107a13

Browse files
Update unreported badge text colors to match default badge colors
Co-authored-by: Jayesh Mangwani <jayeshmangwani@users.noreply.github.com>
1 parent 4ed9165 commit 9107a13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/theme/themes/dark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const darkTheme = {
199199
},
200200
unreported: {
201201
backgroundColor: colors.productDark400,
202-
textColor: colors.productDark800,
202+
textColor: colors.productDark900,
203203
},
204204
},
205205

src/styles/theme/themes/light.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const lightTheme = {
199199
},
200200
unreported: {
201201
backgroundColor: colors.productLight400,
202-
textColor: colors.productLight800,
202+
textColor: colors.productLight900,
203203
},
204204
},
205205

0 commit comments

Comments
 (0)