mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
correction of typos
This commit is contained in:
@@ -540,9 +540,9 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder");
|
||||
{
|
||||
return _textFieldBackgroundColor;
|
||||
}
|
||||
- (CPColor)textBackgroundColor
|
||||
- (CPColor)backgroundColor
|
||||
{
|
||||
return _textFieldBackgroundColor;
|
||||
return [self textFieldBackgroundColor];
|
||||
}
|
||||
|
||||
/*! @ignore */
|
||||
|
||||
Reference in New Issue
Block a user