Skip to content

Commit d202bcd

Browse files
authored
Merge pull request #975 from Atharv-16/feature/import
changed color from green to keppel in add cluster's IMPORT button
2 parents ab6fd60 + 3d729b7 commit d202bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/palette.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export const lightModePalette: PaletteOptions = {
238238
tertiary: Colors.blue[70]
239239
},
240240
success: {
241-
default: Colors.green[30],
241+
default: Colors.KEPPEL,
242242
hover: Colors.green[20],
243243
pressed: Colors.green[10],
244244
secondary: Colors.green[60],

0 commit comments

Comments
 (0)