Skip to content

Commit c2bc222

Browse files
committed
feat: change colors
1 parent 2e211a1 commit c2bc222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logic/classes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { areIntervalsOverlapping } from 'date-fns'
22
// too lazy to add types ;)
33
export function buttonOptions(checkClass: any) {
44
let tooltips: String[] = []
5-
let color = 'grey'
5+
let color = 'primary'
66
let icon = 'mdi-plus'
77
let disabled = false
88

@@ -15,7 +15,7 @@ export function buttonOptions(checkClass: any) {
1515
tooltips = ['Remove']
1616
color = 'success'
1717
} else {
18-
color = 'lime'
18+
color = 'warning'
1919
tooltips = ['Course added in Section: ' + sameCourse.section, 'Replace?']
2020
icon = 'mdi-plus'
2121
}

0 commit comments

Comments
 (0)