Re-add scroll bar style, fix missed tw conversion

Fixed backup message still using old method of "className" changed to use css={ts}
readded scrollbar styling from PR#2118
This commit is contained in:
Charles Morgan 2020-07-22 01:54:49 -04:00
parent 24db6d9128
commit 1fe254efc6
No known key found for this signature in database
GPG key ID: D71946CD723249BD
2 changed files with 42 additions and 5 deletions

View file

@ -52,7 +52,7 @@ export default () => {
</div>
}
{featureLimits.backups === 0 &&
<p className="text-center text-sm text-neutral-400">
<p css={tw`text-center text-sm text-neutral-400`}>
Backups cannot be created for this server.
</p>
}