Skip to content

Commit

Permalink
dang-1749 / update the LoadingIndicator spinner (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtly authored Dec 8, 2022
1 parent a5e568f commit 08ac6e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v2.0.0-beta.11

### Features

Updates the styles of the `LoadingIndicator` spinner

## v2.0.0-beta.10

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/ui-components",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"engines": {
"node": ">=14.18.2",
"npm": ">=8.3.0"
Expand Down
4 changes: 2 additions & 2 deletions src/components/LoadingIndicator/LoadingIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default {

<style lang="scss" scoped>
.loading-gif {
background: #fff url(https://s3-us-west-2.amazonaws.com/public.lob.com/sites/loading-gif.svg) no-repeat center;
background-size: 12px 12px;
background: #fff url(https://s3.us-west-2.amazonaws.com/public.lob.com/sites/spinner-medium.svg) no-repeat center;
background-size: 24px 24px;
width: 100%;
height: 50px;
margin: 0 auto;
Expand Down

0 comments on commit 08ac6e3

Please sign in to comment.