Various improvements

This commit is contained in:
Ilya Laktyushin
2025-11-13 08:27:11 +04:00
parent 9527b2d8be
commit 3886b847ae
10 changed files with 69 additions and 13 deletions

View File

@@ -1126,10 +1126,10 @@ final class OverlayPlayerControlsNode: ASDisplayNode {
} else {
profileAudioComponent = AnyComponent(ButtonComponent(
background: ButtonComponent.Background(
style: .glass,
color: self.presentationData.theme.list.itemCheckColors.fillColor,
foreground: self.presentationData.theme.list.itemCheckColors.foregroundColor,
pressedColor: self.presentationData.theme.list.itemCheckColors.fillColor.withMultipliedAlpha(0.9),
cornerRadius: 10.0
),
content: AnyComponentWithIdentity(id: AnyHashable(0 as Int), component: AnyComponent(
HStack([