Skip to content

Commit 48f8701

Browse files
committed
adjusted gray values
1 parent 0e1d144 commit 48f8701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/css/components/toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Add the `Toast--spinner` modifier class on the `Toast-icon` `svg` to communicate
145145
<div class="Toast Toast--loading">
146146
<span class="Toast-icon">
147147
<svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18">
148-
<path fill="#6a737d" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/>
148+
<path fill="#959da5" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/>
149149
<path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
150150
</svg>
151151
</span>

src/toasts/toasts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.Toast--loading .Toast-icon {
67-
background-color: $gray-700;
67+
background-color: $gray-600;
6868
}
6969

7070
// Animations

0 commit comments

Comments
 (0)