File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-sdk-components/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const lightThemeColours = {
8383} ;
8484const 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 } ,
You can’t perform that action at this time.
0 commit comments