Skip to content

Commit

Permalink
uncomment styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Yona Nagayama authored and y0n4 committed Jan 27, 2022
1 parent 40e8e32 commit 6ef949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calcite-loader/calcite-loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $loader-circumference: ($loader-scale - (2 * $stroke-width)) * 3.14159;

:host {
@apply items-center relative justify-center hidden mx-auto opacity-100 py-16;
// min-height: var(--calcite-loader-size);
min-height: var(--calcite-loader-size);
font-size: var(--calcite-loader-font-size);
stroke: var(--calcite-ui-brand);
stroke-width: $stroke-width;
Expand Down

0 comments on commit 6ef949c

Please sign in to comment.