完善阅读器主题与批注界面
This commit is contained in:
@@ -22,8 +22,8 @@ open class RDEPUBReaderToolView: UIView {
|
||||
}
|
||||
|
||||
open func apply(theme: RDEPUBReaderTheme) {
|
||||
backgroundColor = .white
|
||||
lineView.backgroundColor = UIColor.lightGray.withAlphaComponent(0.5)
|
||||
backgroundColor = theme.toolBackgroundColor
|
||||
lineView.backgroundColor = theme.toolLineColor
|
||||
}
|
||||
|
||||
open func lineFrame(in bounds: CGRect) -> CGRect {
|
||||
|
||||
Reference in New Issue
Block a user