mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
fix: button sizes
This commit is contained in:
parent
1285172aca
commit
912590a143
6 changed files with 35 additions and 4 deletions
|
|
@ -367,6 +367,7 @@ export default function AnalyticsPage() {
|
|||
<Button
|
||||
key={p.label}
|
||||
type="button"
|
||||
size="sm"
|
||||
outlined={days !== p.days}
|
||||
onClick={() => setDays(p.days)}
|
||||
>
|
||||
|
|
@ -376,6 +377,7 @@ export default function AnalyticsPage() {
|
|||
</div>
|
||||
<Button
|
||||
type="button"
|
||||
size="sm"
|
||||
outlined
|
||||
onClick={load}
|
||||
disabled={loading}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue