Skip to content

Commit 635f763

Browse files
committed
Change negative color to improve contrast in form cards
1 parent c5ac62f commit 635f763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quasar.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = configure(function () {
9999
dark: '#333',
100100

101101
positive: '#39d98a',
102-
negative: '#D93D33',
102+
negative: '#D5362C',
103103
info: '#B3C5DB',
104104
warning: '#fddd48'
105105
}

0 commit comments

Comments
 (0)