Skip to content

Commit

Permalink
fix: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed May 24, 2024
1 parent 0693aea commit 84bd8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/designer/src/toolbar/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function Toolbar({ children }: ToolbarProps) {
<Group display="flex" alignItems="center" gap="m">
{centerTools}
</Group>
<Group display="flex" alignItems="center" gap="m">
<Group display="flex" alignItems="center" justifyContent="flex-end" gap="m">
{rightTools}
</Group>
</Box>
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const actionStyle = css`
border-radius: var(--tango-radii-s);
color: var(--tango-colors-text2);
background-color: transparent;
white-space: nowrap;
&:hover {
background-color: var(--tango-colors-fill2);
Expand Down

0 comments on commit 84bd8bf

Please sign in to comment.