Skip to content

Commit f5844e2

Browse files
committed
loader
1 parent e5b5a7e commit f5844e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-loader/lib/uui-loader.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export class UUILoaderElement extends LitElement {
1010
static styles = [
1111
css`
1212
:host {
13-
/* currently this components color is defined through currentColor, if we like to use a different color, we need to implemenet a --uui-interface- color which will be set/overwritten when looks are set, aka. if this element is used within a button with the look danger, then this component would get an appropriate color. */
1413
color: var(--uui-color-primary);
1514
}
1615

0 commit comments

Comments
 (0)