Skip to content

Commit

Permalink
Fix Loader CSS (#3)
Browse files Browse the repository at this point in the history
* Add Loader and calendar icon

* Bump version

* Fix Loader CSS

* Bump version
  • Loading branch information
quietbits committed Dec 16, 2020
1 parent 9201cb1 commit 013bbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/design-system",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"author": "Stellar Development Foundation <[email protected]>",
"description": "Components for Stellar Development Foundation’s design system",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Loader/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.Loader {
position: relative;
width: var(--loader-size);
height: var(--loader-color);
height: var(--loader-size);

div {
box-sizing: border-box;
Expand Down

0 comments on commit 013bbb5

Please sign in to comment.