Skip to content

Commit

Permalink
improve: ranger style
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Mar 7, 2024
1 parent 12f7521 commit 1c8d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/DateRanger/Ranger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ const Ranger = (props: DateRangerProps) => {
{hasRewind && (
<Radio.Button
value="stepBack"
style={{ paddingInline: 8, borderInlineStart: '0px' }}
style={{ paddingInline: 8, borderInlineStart: 0, borderRadius: 0 }}
onClick={() => {
if (isPlay) {
setIsPlay(false);
Expand Down

0 comments on commit 1c8d0be

Please sign in to comment.