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:
parent
24db6d9128
commit
1fe254efc6
2 changed files with 42 additions and 5 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue