Skip to content

Commit 2cf970d

Browse files
authored
Update documentation.md
1 parent df4440c commit 2cf970d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

documentation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,24 @@ dispatchFormEvent(name)
300300
>
301301
> None
302302
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+
303321
## Event Functions
304322

305323
### Event Function

0 commit comments

Comments
 (0)