Made primary buttons pinker

This commit is contained in:
Joel Collins 2019-03-29 17:27:34 +00:00
parent c5cbb22d7c
commit e851c00ba3
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@
</div>
<p>
<button class="uk-button uk-button-default uk-form-small uk-float-right uk-width-1-1">Move</button>
<button class="uk-button uk-button-primary uk-form-small uk-float-right uk-width-1-1">Move</button>
</p>
</form>

View file

@ -42,7 +42,7 @@
<input v-model="microscopeName" class="uk-input uk-width-1-1 uk-form-small" name="inputFilename" placeholder="Leave blank for default">
</div>
<button type="submit" class="uk-button uk-button-default uk-form-small uk-float-right uk-margin-small uk-width-1-1">Apply Settings</button>
<button type="submit" class="uk-button uk-button-primary uk-form-small uk-float-right uk-margin-small uk-width-1-1">Apply Settings</button>
</form>