Skip to content

Commit ae275ea

Browse files
author
manasa
committed
updated comments
1 parent 9fbd9ad commit ae275ea

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ const darkTheme = createTheme({
234234
palette: {
235235
mode: 'dark',
236236
primary: {
237-
main: '#C70BB5', // accent pink
238-
light: '#C70BB5', // lighter shade of pink
237+
main: '#C70BB5', // pink
238+
light: '#C70BB5', // pink
239239
dark: '#c2185b', // darker shade
240240
contrastText: '#ffffff' // white text on pink buttons
241241
},
@@ -247,8 +247,8 @@ const darkTheme = createTheme({
247247
},
248248
info: {
249249
main: '#e91e63', // Pink
250-
dark: '#ad1457', // Darker pink
251-
light: '#f8bbd0', // Light pink for backgrounds
250+
dark: '#E885D2', // Light pink
251+
light: '#C70BB5', // Lighter pink for backgrounds
252252
contrastText: '#fff'
253253
},
254254
background: {

0 commit comments

Comments
 (0)