styled components; navbar section

This commit is contained in:
2023-08-31 15:45:24 +02:00
parent a342e6eeec
commit dffa5fdda9
15 changed files with 1306 additions and 166 deletions
+5
View File
@@ -0,0 +1,5 @@
export const theme = {
colors: {
primary: 'mediumseagreen',
},
};