Skip to content

Commit e5ddc7d

Browse files
authored
[ENG-9075], [ENG-9684] Fix buttons secondary color #826
- Ticket: [ENG-9075], [ENG-9684] - Feature flag: n/a ## Summary of Changes 1. Changed secondary button color.
1 parent 0982832 commit e5ddc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/theme/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const components = {
2929
activeBackground: primitives.colors.bgBlueThree,
3030
borderColor: primitives.colors.bgBlueThree,
3131
hoverBorderColor: primitives.colors.bgBlueTwo,
32-
color: primitives.colors.prBlueOne,
32+
color: primitives.colors.darkBlueTwo,
3333
hoverColor: primitives.colors.prBlueThree,
3434
},
3535
outlined: {

0 commit comments

Comments
 (0)