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
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>
}