StevenTompary123 / TTRPGsimulation

Table Top Role Playing game character builder and damage simulation.
0 stars 1 forks source link

Frontend: Setup Global Styles #8

Open NathanEne opened 4 months ago

NathanEne commented 4 months ago

Setup basic global styles using implement global styles using styled-components. some example steps include:

Create a Global Styles file Set up a theme provider Wrap the app with the theme provider Create a sample styled component: a simple button someone can click for fun :) also implement it on one of the pages