Commit 58f39884 authored by Emily Ring's avatar Emily Ring

Updated sizes for gl-loading-icon

Changed from numeric sizes to string sizes.
Fixes issue:
  Icon sizes 1 - 5 are deprecated,
  please use 'sm', 'md' and 'lg' instead.
parent 2db2ae8e
......@@ -41,7 +41,7 @@ export default {
<div class="environments-container">
<gl-loading-icon
v-if="isLoading"
:size="3"
size="md"
class="prepend-top-default"
label="Loading environments"
/>
......
......@@ -170,7 +170,7 @@ export default {
<template v-if="shouldRenderFolderContent(model)">
<div v-if="model.isLoadingFolderContent" :key="`loading-item-${i}`">
<gl-loading-icon :size="2" class="prepend-top-16" />
<gl-loading-icon size="md" class="prepend-top-16" />
</div>
<template v-else>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment