Skip to content

Commit

Permalink
Merge branch 'develop' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Aug 31, 2024
2 parents 699b9b0 + 5c59431 commit 7d19eea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/components/loader/loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ export interface LoaderProps {}

export function Loader() {
return (
<span
className="aurora-loader"
key={`aurora-loader_${generateKeyId()}`}
/>
<span className="aurora-loader" key={`aurora-loader_${generateKeyId()}`} />
/*<span
className={classNames('aurora-loader', {
[`aurora-loader--${size}`]: size
Expand Down
1 change: 0 additions & 1 deletion src/styles/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

[class^="aurora-"], [class^="aurora-"] *
font-family: var(--a-font-family)
text-rendering: optimizeLegibility
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
-webkit-text-size-adjust: 100%
Expand Down

0 comments on commit 7d19eea

Please sign in to comment.