chore: tweak styles
This commit is contained in:
parent
34a3ad2380
commit
1104cc08e0
2 changed files with 2 additions and 2 deletions
|
@ -2198,7 +2198,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pill--button {
|
.pill--button {
|
||||||
color: #111827;
|
color: #fff;
|
||||||
background: #60a5fa;
|
background: #60a5fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -221,7 +221,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pill--button {
|
.pill--button {
|
||||||
color: theme(colors.gray.900);
|
color: theme(colors.white);
|
||||||
background: theme(colors.blue.400);
|
background: theme(colors.blue.400);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue