Skip to content

Commit 5ac79d4

Browse files
- add border radius to disable layer;
1 parent fd490cd commit 5ac79d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/avatar/avatar.ionic.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,6 @@
245245
// Avatar Disabled
246246
// --------------------------------------------------
247247
:host(.avatar-disabled)::before {
248+
@include globals.border-radius(var(--border-radius));
248249
@include globals.disabled-state();
249250
}

0 commit comments

Comments
 (0)