Skip to content

Commit 729b97f

Browse files
vishalshrm539Sharmatumms2021389
authored
Fixed style issues in WssNavBar (#398)
* Fixed style issues in WssNavBar * Removing the hard coded logo image --------- Co-authored-by: Sharma <[email protected]> Co-authored-by: tumms2021389 <[email protected]>
1 parent 829ab79 commit 729b97f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/angular-sdk-components/src/lib/_components/template/wss-nav-bar/wss-nav-bar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mat-toolbar style="margin-bottom: 5px; background-color: #262626">
1+
<mat-toolbar>
22
<mat-toolbar-row mat-icon-button>
33
<div class="psdk-nav-header" (click)="navPanelButtonClick(homePage)">
44
<div>

packages/angular-sdk-components/src/lib/_components/template/wss-nav-bar/wss-nav-bar.component.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,14 @@
106106

107107
.psdk-nav-button-span {
108108
padding: 0 1rem;
109-
color: var(--app-nav-color);
110109

111110
&:hover {
112111
}
113112
}
114113

115114
.psdk-nav-oper-avatar {
115+
border-radius: 100%;
116+
background-color: var(--mat-sys-primary);
116117
margin: 0rem;
117118
padding: 0rem;
118119
min-width: 2.5rem;
@@ -128,6 +129,11 @@
128129
font-size: 1rem;
129130
}
130131

132+
mat-toolbar {
133+
margin-bottom: 5px;
134+
background-color: var(--mat-sys-surface-variant);
135+
}
136+
131137
mat-list {
132138
padding: 0;
133139
}

0 commit comments

Comments
 (0)