refactor: substr
-> substring
(#11273)
This commit is contained in:
parent
af30959cb9
commit
c0dbc3b53f
23 changed files with 38 additions and 38 deletions
|
@ -35,7 +35,7 @@ export const fromThemeString = (str?: string) : ThemeValue => {
|
|||
} else if (str.startsWith('"')) {
|
||||
return {
|
||||
type: 'css',
|
||||
value: str.substr(1).trim(),
|
||||
value: str.substring(1).trim(),
|
||||
};
|
||||
} else {
|
||||
return str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue