Fix background color var name to default
This commit is contained in:
parent
2278a3b00c
commit
7a4165a256
|
|
@ -22,7 +22,7 @@ body
|
|||
color: color('primary')
|
||||
font-family: $text-font
|
||||
text-rendering: optimizeLegibility
|
||||
background-color: color('white')
|
||||
background-color: color('default')
|
||||
|
||||
small
|
||||
font-size: size('small')
|
||||
|
|
|
|||
Loading…
Reference in New Issue