Skip to content

Commit 9da771a

Browse files
committed
chore(grid): change column icon and divider height
1 parent d6b1d8d commit 9da771a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

projects/angular/components/ui-grid/src/components/ui-grid-toggle-columns/ui-grid-toggle-columns.component.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
(click)="selectColumns!.open(); selectColumns!.focus()"
55
type="button"
66
mat-button>
7-
<mat-icon class="material-icons-outlined">view_column</mat-icon>
7+
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
88
<span>{{togglePlaceholderTitle}}</span>
9+
<mat-icon class="material-icons-outlined">keyboard_arrow_down</mat-icon>
910
</button>
1011

1112
<mat-select [value]="selected"
@@ -53,6 +54,6 @@
5354
matTooltipPosition="right"
5455
type="button"
5556
mat-icon-button>
56-
<mat-icon class="material-icons-outlined">view_column</mat-icon>
57+
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
5758
</button>
5859
</ng-template>

projects/angular/components/ui-grid/src/components/ui-grid-toggle-columns/ui-grid-toggle-columns.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ $toggle-col-width: 10em;
77

88
mat-divider {
99
margin-left: 6px;
10+
height: 32px;
11+
align-self: center;
1012
}
1113

1214
mat-select {

0 commit comments

Comments
 (0)