Skip to content

Commit 552625a

Browse files
committed
chore(themes): button-group code formatting
1 parent 00876e9 commit 552625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
color: var-get($theme, 'item-focused-text-color');
270270
background: var-get($theme, 'item-focused-background');
271271
border-color: var-get($theme, 'item-focused-border-color');
272-
box-shadow: 0 0 0 rem(3px) var-get($theme, 'idle-shadow-color');
272+
box-shadow: 0 0 0 rem(3px) var-get($theme, 'idle-shadow-color');
273273
z-index: 2;
274274

275275
igx-icon {

0 commit comments

Comments
 (0)