lo-th / uil

simple javascript ui
http://lo-th.github.io/uil/
MIT License
556 stars 50 forks source link

User want to have an option to set font color #2

Closed nidin closed 8 years ago

nidin commented 8 years ago

What? Component user want to have an option to set font color for example Title font color

Why? Right now all text content has white color.

How? ui.add('title', {name: 'Sun', id: "--", fontColor: "#D4B87B"});

image

lo-th commented 8 years ago

updated add new fontColor maybe add titleColor for first text like' Renderer Option'

lo-th commented 8 years ago

yes now is titleColor: for title color and fontColor: for other text and svg icon

nidin commented 8 years ago

Awesome :+1: