Skip to content

Commit

Permalink
SDA-4664 - Add border for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Sep 6, 2024
1 parent 7b13b6d commit eba64bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/notification-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Colors = {
light: {
regularFlashingNotificationBgColor: '#aad4f8',
notificationBackgroundColor: '#f1f1f3',
notificationBorderColor: 'transparent',
notificationBorderColor: '#717681',
mentionBackgroundColor: '#fcc1b9',
mentionBorderColor: 'transparent',
},
Expand Down

0 comments on commit eba64bb

Please sign in to comment.