File tree 2 files changed +5
-5
lines changed
projects/lfx-component-lib/src/lib/containers/toast
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : " Chromatic"
2
2
3
- on : push
3
+ on : pull_request
4
4
5
5
jobs :
6
6
chromatic :
16
16
node-version : 20
17
17
- name : Install dependencies
18
18
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
19
- run : npm ci
19
+ run : yarn install
20
20
- name : Run Chromatic
21
21
uses : chromaui/action@latest
22
22
with :
Original file line number Diff line number Diff line change 14
14
}
15
15
& .warning {
16
16
background-color : $orange-50 ;
17
- border-left-color : $orange-500 ;
17
+ border-left-color : $orange-700 ;
18
18
}
19
19
& .success {
20
20
background-color : $green-50 ;
21
- border-left-color : $green-500 ;
21
+ border-left-color : $green-900 ;
22
22
}
23
23
& .error {
24
24
background-color : $red-50 ;
25
- border-left-color : $red-500 ;
25
+ border-left-color : $red-700 ;
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments