practice-uffs / api

API central do Practice
MIT License
4 stars 2 forks source link

Feat: aura dark-themed #47

Closed GuilhermeGraeff closed 2 years ago

GuilhermeGraeff commented 2 years ago

Agora nós temos a versão dark da aura :)

darkmode

Rotas para testar:

http://127.0.0.1:8000/v0/widgets/aura?type=button&theme=light
http://127.0.0.1:8000/v0/widgets/aura?type=fullscreen&theme=light
http://127.0.0.1:8000/v0/widgets/aura?type=button&theme=dark
http://127.0.0.1:8000/v0/widgets/aura?type=fullscreen&theme=dark

Obs: Se tu não utilizar as opções 'type' e 'theme', o default é fullscreen e light

Fix: #44