We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4440c commit 2cf970dCopy full SHA for 2cf970d
1 file changed
documentation.md
@@ -300,6 +300,24 @@ dispatchFormEvent(name)
300
>
301
> None
302
303
+### SetPrimaryColor Function
304
+
305
+```js
306
+setPrimaryColor(hex)
307
+```
308
+>
309
+> ### Description
310
311
+> Changes the GUI Header's, Navbar's and Bootstrap's primary text's color
312
313
+> ### Parameters
314
315
+> **@hex (String)** *A hex color code*
316
317
+> ### Returns
318
319
+> None
320
321
## Event Functions
322
323
### Event Function
0 commit comments