We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319d4b commit a7a4518Copy full SHA for a7a4518
aztec/src/main/kotlin/org/wordpress/aztec/spans/HighlightSpan.kt
@@ -13,8 +13,6 @@ class HighlightSpan(
13
override var attributes: AztecAttributes = AztecAttributes(),
14
val colorHex: Int
15
) : BackgroundColorSpan(colorHex), IAztecInlineSpan {
16
- var alpha: Int = 220
17
-
18
override var TAG = HIGHLIGHT_TAG
19
20
companion object {
0 commit comments