File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ export function webpackFinal(
13
13
{ rules, plugins } : AddonStylingOptions = { }
14
14
) {
15
15
logger . info (
16
- `=> [${ colors . pink . bold (
16
+ `=> [${ colors . pink (
17
17
"@storybook/addon-styling-webpack"
18
18
) } ] Applying custom Storybook webpack configuration styling.`
19
19
) ;
20
20
if ( plugins && plugins . length ) {
21
21
logger . info (
22
- `=> [${ colors . pink . bold (
22
+ `=> [${ colors . pink (
23
23
"@storybook/addon-styling-webpack"
24
24
) } ] Adding given plugins to Storybook webpack configuration.`
25
25
) ;
@@ -29,7 +29,7 @@ export function webpackFinal(
29
29
30
30
if ( rules && rules . length ) {
31
31
logger . info (
32
- `=> [${ colors . pink . bold (
32
+ `=> [${ colors . pink (
33
33
"@storybook/addon-styling-webpack"
34
34
) } ] Replacing Storybook's webpack rules for styles with given rules.`
35
35
) ;
You can’t perform that action at this time.
0 commit comments