mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
* fix: add form-control class where missing * fix: chat input background colour * fix(pr): don't commit package changes * fix(css): use white variable Co-authored-by: J Sanderson <julia@parentscheme.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
<input
|
||||
v-model="workingChallenge.prize"
|
||||
type="number"
|
||||
class="form-control"
|
||||
:min="minPrize"
|
||||
:max="maxPrize"
|
||||
@change="enableSubmit"
|
||||
|
||||
Reference in New Issue
Block a user