Skip to content

Commit 3f206be

Browse files
authored
Merge branch 'master' into sivanova/radio-styling
2 parents d0c9dae + 7141760 commit 3f206be

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

projects/igniteui-angular/src/lib/core/styles/components/snackbar/_snackbar-theme.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333

3434
[igxButton] {
3535
@include animation(fade-in .35s ease-out);
36-
--ig-size: 1;
36+
37+
--ig-size: 2;
3738
background: transparent;
3839
color: var-get($theme, 'button-color');
3940
-webkit-tap-highlight-color: transparent;
@@ -43,10 +44,6 @@
4344
@if $variant == 'indigo' {
4445
padding: pad-block(rem(4px)) pad-inline(rem(16px));
4546
min-height: rem(36px);
46-
47-
[igxButton] {
48-
--ig-size: 2;
49-
}
5047
}
5148
}
5249

projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,8 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
871871
}
872872

873873
/** @hidden @internal */
874-
public getEditElement(): HTMLInputElement | undefined {
875-
return this.inputDirective?.nativeElement;
874+
public getEditElement(): HTMLInputElement {
875+
return this.inputDirective!.nativeElement;
876876
}
877877

878878
protected onStatusChanged = () => {

0 commit comments

Comments
 (0)