mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Refactor wallet-related modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
import SolidRoundedButtonNode
|
||||
import TelegramPresentationData
|
||||
|
||||
public extension SolidRoundedButtonTheme {
|
||||
convenience init(theme: PresentationTheme) {
|
||||
self.init(backgroundColor: theme.list.itemCheckColors.fillColor, foregroundColor: theme.list.itemCheckColors.foregroundColor)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user