mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 20:50:02 +00:00
Fixing typo in OfficeTheme.controlForegroundColor
This commit is contained in:
2
types/office-js-preview/index.d.ts
vendored
2
types/office-js-preview/index.d.ts
vendored
@@ -1633,7 +1633,7 @@ declare namespace Office {
|
||||
*/
|
||||
controlBackgroundColor: string;
|
||||
/**
|
||||
* Gets the Office theme body control color as a hexadecimal color triplet (e.g. "FFA500").
|
||||
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g. "FFA500").
|
||||
*/
|
||||
controlForegroundColor: string;
|
||||
}
|
||||
|
||||
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@@ -1633,7 +1633,7 @@ declare namespace Office {
|
||||
*/
|
||||
controlBackgroundColor: string;
|
||||
/**
|
||||
* Gets the Office theme body control color as a hexadecimal color triplet (e.g. "FFA500").
|
||||
* Gets the Office theme control foreground color as a hexadecimal color triplet (e.g. "FFA500").
|
||||
*/
|
||||
controlForegroundColor: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user