Skip to content

Commit ed3e68c

Browse files
committed
typofix
1 parent 96ed1f8 commit ed3e68c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

www/api/data/components/simply-toolbar/componentCss/simply-toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--simply-toobar-height: 60px;
2+
--simply-toolbar-height: 60px;
33
--simply-toolbar-primary: var(--simplycode-highlight-dark);
44
--simply-toolbar-button-font: arial, helvetica, sans-serif;
55
--simply-toolbar-button-font-size: 11px;

www/api/data/generated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
}
11291129
/* simply-toolbar */
11301130
:root {
1131-
--simply-toobar-height: 60px;
1131+
--simply-toolbar-height: 60px;
11321132
--simply-toolbar-primary: var(--simplycode-highlight-dark);
11331133
--simply-toolbar-button-font: arial, helvetica, sans-serif;
11341134
--simply-toolbar-button-font-size: 11px;

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
}
11291129
/* simply-toolbar */
11301130
:root {
1131-
--simply-toobar-height: 60px;
1131+
--simply-toolbar-height: 60px;
11321132
--simply-toolbar-primary: var(--simplycode-highlight-dark);
11331133
--simply-toolbar-button-font: arial, helvetica, sans-serif;
11341134
--simply-toolbar-button-font-size: 11px;

0 commit comments

Comments
 (0)