Skip to content

Commit 60041b7

Browse files
committed
Remove deprecated color variables from admin style guide
1 parent 7dc3646 commit 60041b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/app/views/spree/admin/style_guide/topics/typography/_colors.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ colors = [
3939
used_for: 'Buttons primary actions, links, active states.'
4040
},
4141
{
42-
name: '$color-success',
42+
name: 'theme-color(success)',
4343
value: '#52B73B',
4444
used_for: 'Success actions.'
4545
},
4646
{
47-
name: '$color-error',
47+
name: 'theme-color(danger)',
4848
value: '#CE452A',
4949
used_for: 'Errors, destructive action warnings.'
5050
},
5151
{
52-
name: '$color-notice',
52+
name: 'theme-color(warning)',
5353
value: '#FFDD59',
5454
used_for: 'Warnings actions.'
5555
}

0 commit comments

Comments
 (0)