opt(widget):button color (#558)

This commit is contained in:
isAlive 2019-11-15 01:14:22 +08:00 committed by Ruipeng Zhang
parent 7363454e10
commit f36390b1a8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</div> </div>
<div class="field is-grouped is-grouped-right"> <div class="field is-grouped is-grouped-right">
<div class="control"> <div class="control">
<input class="button is-primary" type="submit" value="<%= __('widget.email.button') %>" /> <input class="button is-link" type="submit" value="<%= __('widget.email.button') %>" />
</div> </div>
</div> </div>
</form> </form>