Fixed: Tooltip background color

This commit is contained in:
Sercan Yemen
2023-01-19 11:10:04 +03:00
parent e380f754d7
commit 7efe9d5950
2 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,12 @@ export class ChangelogComponent
'(Dependencies) Updated Angular & Angular Material to v15.1.1',
'(Dependencies) Updated various other packages'
]
},
{
type: 'Fixed',
list: [
'(Angular Material) Fixed: Tooltip background color is not correct',
]
}
]
},