Skip to content

Commit d659005

Browse files
committed
fix(grid): update circular progress properties in grid theme
1 parent 59cd5fe commit d659005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme-builder.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
@include tokens(
296296
progress-circular-theme(
297297
$schema: $schema,
298-
$base-circle-color: color-mix(in srgb, var(--_grid-foreground) 12%, var(--_grid-background)),
298+
$track-color: color-mix(in srgb, var(--_grid-foreground) 12%, var(--_grid-background)),
299299
$fill-color-default: var(--_grid-accent-color),
300300
$text-color: var(--_grid-foreground)
301301
)

0 commit comments

Comments
 (0)