Improve oadding for h9me page chat iput area and inc margin on api keys

This commit is contained in:
sabaimran
2024-08-03 15:33:33 +05:30
parent 7a8a9fc807
commit e6260a7bb6
2 changed files with 3 additions and 3 deletions

View File

@@ -936,7 +936,7 @@ export default function SettingsView() {
{apiKeys.map((key) => (
<TableRow key={key.token}>
<TableCell className="pl-0 py-3">{key.name}</TableCell>
<TableCell className="grid grid-flow-col grid-cols-[1fr_auto] bg-secondary rounded-xl p-3">
<TableCell className="grid grid-flow-col grid-cols-[1fr_auto] bg-secondary rounded-xl p-3 m-1">
<span>
{`${key.token.slice(0, 6)}...${key.token.slice(-4)}`}
</span>