_tabs.scss 205 Bytes
.mat-tab-label {
	color: rgba(mat-color($foreground, base), 0.87);
	align-items: center;
	display: flex;
	justify-content: center;
}

.app-dark .mat-tab-label {
	color: mat-color($dark-foreground, base);
}