Charles Chrismann
commited on
Fixing color names in the doc (#448)
Browse files* :pencil2: fix colors in styling-overlay examples
* ✏️ fix colors in styling-overlay examples
docs/src/content/guides/styling-overlay.mdx
CHANGED
@@ -25,7 +25,7 @@ const driverObj = driver({
|
|
25 |
driverObj.highlight({
|
26 |
popover: {
|
27 |
title: 'Pass any RGB Color',
|
28 |
-
description: 'Here we have set the overlay color to be
|
29 |
}
|
30 |
});
|
31 |
```
|
@@ -40,7 +40,7 @@ driverObj.highlight({
|
|
40 |
highlight={{
|
41 |
popover: {
|
42 |
title: 'Pass any RGB Color',
|
43 |
-
description: 'Here we have set the overlay color to be
|
44 |
}
|
45 |
}}
|
46 |
id={"left-start"}
|
@@ -72,10 +72,10 @@ driverObj.highlight({
|
|
72 |
highlight={{
|
73 |
popover: {
|
74 |
title: 'Pass any RGB Color',
|
75 |
-
description: 'Here we have set the overlay color to be
|
76 |
}
|
77 |
}}
|
78 |
id={"left-start"}
|
79 |
client:load
|
80 |
/>
|
81 |
-
</div>
|
|
|
25 |
driverObj.highlight({
|
26 |
popover: {
|
27 |
title: 'Pass any RGB Color',
|
28 |
+
description: 'Here we have set the overlay color to be red. You can pass any RGB color to overlayColor option.'
|
29 |
}
|
30 |
});
|
31 |
```
|
|
|
40 |
highlight={{
|
41 |
popover: {
|
42 |
title: 'Pass any RGB Color',
|
43 |
+
description: 'Here we have set the overlay color to be red. You can pass any RGB color to overlayColor option.',
|
44 |
}
|
45 |
}}
|
46 |
id={"left-start"}
|
|
|
72 |
highlight={{
|
73 |
popover: {
|
74 |
title: 'Pass any RGB Color',
|
75 |
+
description: 'Here we have set the overlay color to be yellow. You can pass any RGB color to overlayColor option.',
|
76 |
}
|
77 |
}}
|
78 |
id={"left-start"}
|
79 |
client:load
|
80 |
/>
|
81 |
+
</div>
|