diff --git a/tabby-core/src/components/profileIcon.component.scss b/tabby-core/src/components/profileIcon.component.scss index 257652d1..c44c405d 100644 --- a/tabby-core/src/components/profileIcon.component.scss +++ b/tabby-core/src/components/profileIcon.component.scss @@ -8,3 +8,8 @@ max-width: 100%; max-height: 100%; } + +::ng-deep svg { + width: 100%; + height: 100%; +}