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