Merge pull request #2184 from Sir3lit/scrollbar

Re-add scroll bar style, fix missed tw conversion
This commit is contained in:
Dane Everitt 2020-08-01 16:55:23 -07:00 committed by GitHub
commit b5d97c00df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>
}