Skip to content

Commit

Permalink
CLI: Make colors on starter components more accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 6, 2024
1 parent f20dcb2 commit fd475c5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/angular/template/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
2 changes: 1 addition & 1 deletion code/lib/create-storybook/rendererAssets/common/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
5 changes: 2 additions & 3 deletions code/lib/create-storybook/rendererAssets/common/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
}

.storybook-page a {
color: #1ea7fd;
text-decoration: none;
color: inherit;
}

.storybook-page ul {
Expand All @@ -42,7 +41,7 @@
border-radius: 1em;
background: #e7fdd8;
padding: 4px 12px;
color: #66bf3c;
color: #357a14;
font-weight: 700;
font-size: 11px;
line-height: 12px;
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/react/src/__test__/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/svelte/template/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue3/src/__tests__/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/vue3/template/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.storybook-button--primary {
background-color: #1ea7fd;
background-color: #555ab9;
color: white;
}
.storybook-button--secondary {
Expand Down

0 comments on commit fd475c5

Please sign in to comment.