Skip to content

Commit 7d19eea

Browse files
committed
Merge branch 'develop' into beta
2 parents 699b9b0 + 5c59431 commit 7d19eea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/components/loader/loader.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ export interface LoaderProps {}
1010

1111
export function Loader() {
1212
return (
13-
<span
14-
className="aurora-loader"
15-
key={`aurora-loader_${generateKeyId()}`}
16-
/>
13+
<span className="aurora-loader" key={`aurora-loader_${generateKeyId()}`} />
1714
/*<span
1815
className={classNames('aurora-loader', {
1916
[`aurora-loader--${size}`]: size

src/styles/main.sass

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
[class^="aurora-"], [class^="aurora-"] *
1010
font-family: var(--a-font-family)
11-
text-rendering: optimizeLegibility
1211
-webkit-font-smoothing: antialiased
1312
-moz-osx-font-smoothing: grayscale
1413
-webkit-text-size-adjust: 100%

0 commit comments

Comments
 (0)