fix(grid): use new variable

This commit is contained in:
Sergey Andrievskiy 2019-06-21 23:44:33 +03:00
parent a37889b410
commit b4f82580a8

View file

@ -12,7 +12,7 @@
div {
text-align: center;
background-color: nb-theme(color-bg-active);
background-color: nb-theme(background-basic-color-2);
padding: 0.75rem 0.25rem;
border-radius: 0.25rem;
}