feat(ui): some design changes for timezone selector
This commit is contained in:
parent
be9527956a
commit
fd51cf489e
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ function DefaultTimezone() {
|
|||
}}
|
||||
value={shownTimezone}
|
||||
>
|
||||
<Radio value={'local'}>Local Timezone</Radio>
|
||||
<Radio value={'user'}>End User's Timezone</Radio>
|
||||
<Radio.Button value={'local'}>Local Timezone</Radio.Button>
|
||||
<Radio.Button value={'user'}>End User's Timezone</Radio.Button>
|
||||
</Radio.Group>
|
||||
</div>
|
||||
{shownTimezone === 'local' ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue