Skip to content

Commit

Permalink
feat: move calling at delete buttons to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Oct 20, 2023
1 parent b25d2fd commit 1a08abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CallingAtSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function CallingAtSelector({ onChange, value, availableStations, additionalOptio
onClick={() => {
onChange(value.filter(s => s.randomId !== stop.randomId))
}}
style={{ marginLeft: 'auto' }}
>
<svg viewBox="0 0 24 24">
<path
Expand Down

0 comments on commit 1a08abf

Please sign in to comment.