Skip to content

Commit 8ca5126

Browse files
committed
update to use 'success' over 'secondary'
1 parent 2e3488d commit 8ca5126

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/suggest/suggest_input.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ const statusMap: StatusMap = {
7070
},
7171
saved: {
7272
icon: 'checkInCircleFilled',
73-
color: 'secondary',
73+
color: 'success',
7474
tooltip: 'Saved.',
7575
},
7676
unchanged: {
7777
icon: '',
78-
color: 'secondary',
78+
color: 'success',
7979
},
8080
loading: {},
8181
};

0 commit comments

Comments
 (0)