summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-05-02 15:12:41 -0400
committerJackLivio <jack@livio.io>2018-05-02 15:12:41 -0400
commitd2e877f94cc36182cbbe9b42b64edc9a98966e8d (patch)
tree82761d94ec48346a1bfbd595fa6b90599188bc08
parent37de8947449d951d7a495b12a0ce510e52481d19 (diff)
downloadsdl_core-d2e877f94cc36182cbbe9b42b64edc9a98966e8d.tar.gz
Fix typo in HMI API
-rw-r--r--src/components/interfaces/HMI_API.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index c2178922d6..5780742859 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1880,13 +1880,13 @@
<description>
A color scheme for all display layout templates.
</description>
- <param name="primaryColor" type="RGBColor" mandatory="false">
+ <param name="primaryColor" type="Common.RGBColor" mandatory="false">
<description>The primary "accent" color</description>
</param>
- <param name="secondaryColor" type="RGBColor" mandatory="false">
+ <param name="secondaryColor" type="Common.RGBColor" mandatory="false">
<description>The secondary "accent" color</description>
</param>
- <param name="backgroundColor" type="RGBColor" mandatory="false">
+ <param name="backgroundColor" type="Common.RGBColor" mandatory="false">
<description>The color of the background</description>
</param>
</struct>