File tree Expand file tree Collapse file tree
packages/design-system/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ Shows the mapping of old tokens to new tokens.
435435| ` --color-icon-inverse ` | ` --icon-inverse ` | Renamed |
436436| — | ` --icon-main ` | New |
437437| — | ` --icon-on-dark-disabled ` | New |
438- | — | ` --icon-pause ` | New |
438+ | — | ` --icon-paused ` | New |
439439| — | ` --icon-pending ` | New |
440440| — | ` --icon-secondary ` | New |
441441| ` --color-icon-success ` | ` --icon-success ` | Renamed |
Original file line number Diff line number Diff line change 322322 --icon-inverse : var (--color-dap-gray-050 );
323323 --icon-main : var (--color-dap-gray-800 );
324324 --icon-on-dark-disabled : var (--color-dap-gray-500 );
325- --icon-pause : var (--color-dap-purple-600 );
325+ --icon-paused : var (--color-dap-purple-600 );
326326 --icon-pending : #212b86 ;
327327 --icon-secondary : var (--color-dap-gray-600 );
328328 --icon-success : var (--color-dap-green-700 );
You can’t perform that action at this time.
0 commit comments