Skip to content

Commit

Permalink
fix(UI): bad looking button styles (#5119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Oct 19, 2024
1 parent 6628b87 commit e0e8cc7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "None",
"private": true,
"dependencies": {
"@arizeai/components": "^1.8.7",
"@arizeai/components": "^1.8.9",
"@arizeai/openinference-semantic-conventions": "^0.10.0",
"@arizeai/point-cloud": "^3.0.6",
"@codemirror/autocomplete": "6.12.0",
Expand Down
10 changes: 5 additions & 5 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion app/src/pages/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ export function SettingsPage() {
/>
<CopyToClipboardButtonWithPadding text={VERSION} />
</Flex>
<Flex direction="row" gap="size-100" alignItems="end">
<Flex
direction="row"
gap="size-100"
alignItems="end"
justifyContent="center"
>
<TextField
label="Python Version"
isReadOnly
Expand Down

0 comments on commit e0e8cc7

Please sign in to comment.