-
- Test
+export const CustomTopBarTitle = () => {
+ return (
+
+
+
+
+
-
-
-
-
-
-);
+
+
+
+
+ );
+}
CustomTopBarTitle.storyName = 'custom top bar title';
-export const BackgroundColor = () => (
-
-
-
-
-
-
- Hello world!
+export const BackgroundColor = () => {
+ return (
+
+
+
+
+
-
-
-
-
-
-);
+
+
+
+
+ );
+}
BackgroundColor.storyName = 'background color';