Skip to content

Commit 74fb7bd

Browse files
manasa4manasa
authored andcommitted
updated the theme color
1 parent 6e55ebf commit 74fb7bd

File tree

1 file changed

+3
-3
lines changed
  • packages/react-sdk-components/src

1 file changed

+3
-3
lines changed

packages/react-sdk-components/src/theme.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const lightThemeColours = {
8383
};
8484
const darkThemeColours = {
8585
':root': {
86-
'--app-primary-color': '#f72585' /* accent pink */,
86+
'--app-primary-color': '#C70BB5' /* accent pink */,
8787
'--app-primary-dark-color': '#c2185b' /* darker pink */,
8888
'--app-primary-light-color': '#ff5ca2' /* lighter pink */,
8989
'--app-secondary-color': '#c0c0c0' /* accent silver */,
@@ -234,8 +234,8 @@ const darkTheme = createTheme({
234234
palette: {
235235
mode: 'dark',
236236
primary: {
237-
main: '#f72585', // accent pink
238-
light: '#ff5ca2', // lighter shade of pink
237+
main: '#C70BB5', // accent pink
238+
light: '#C70BB5', // lighter shade of pink
239239
dark: '#c2185b', // darker shade
240240
contrastText: '#ffffff' // white text on pink buttons
241241
},

0 commit comments

Comments
 (0)