Soft Blue
A basic theme created for testing purposes.
Usage​
- Import the
soft-blue.scss
file to thesrc/pages/_app.tsx
file.import '../styles/themes/soft-blue.scss'
- Save your changes and go to the
store.config.js
file. - Replace the value of
theme
withsoft-blue
:// Theming
theme: 'soft-blue', - Save your changes and go to
src/fonts/WebFonts.tsx
. - Add the Lato font to
WebFonts
as in the following:function WebFonts() {
return (
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap"
/>
)
} - Save your changes.