Skip to content

Commit c762c65

Browse files
author
AlexD
authored
Merge pull request #3 from sir-alex/feature/chromatic
Test
2 parents 1c9175b + 2f26896 commit c762c65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/chromatic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Chromatic"
22

3-
on: push
3+
on: pull_request
44

55
jobs:
66
chromatic:
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 20
1717
- name: Install dependencies
1818
# ⚠️ 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
2020
- name: Run Chromatic
2121
uses: chromaui/action@latest
2222
with:

projects/lfx-component-lib/src/lib/containers/toast/toast.component.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
}
1515
&.warning {
1616
background-color: $orange-50;
17-
border-left-color: $orange-500;
17+
border-left-color: $orange-700;
1818
}
1919
&.success {
2020
background-color: $green-50;
21-
border-left-color: $green-500;
21+
border-left-color: $green-900;
2222
}
2323
&.error {
2424
background-color: $red-50;
25-
border-left-color: $red-500;
25+
border-left-color: $red-700;
2626
}
2727
}

0 commit comments

Comments
 (0)