Skip to content

Commit c1ad930

Browse files
committed
refactor(toast): update background color and grid position
1 parent 0bfe527 commit c1ad930

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@
23382338
%igx-grid__addrow-snackbar {
23392339
position: absolute;
23402340
z-index: 5;
2341-
bottom: 25%;
2341+
bottom: rem(24px);
23422342
left: 50%;
23432343
transform: translateX(-50%);
23442344
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
background: --var($theme, 'background');
112112
backface-visibility: hidden;
113113
box-shadow: --var($theme, 'shadow');
114-
border-radius: --var($theme, 'border-radius')
114+
border-radius: --var($theme, 'border-radius');
115+
backdrop-filter: blur(8px);
115116
}
116117

117118
%igx-snackbar-button {

0 commit comments

Comments
 (0)