File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 6464}
6565
6666.Toast--loading .Toast-icon {
67- background-color : $gray-700 ;
67+ background-color : $gray-600 ;
6868}
6969
7070// Animations
You can’t perform that action at this time.
0 commit comments