Skip to content

Commit

Permalink
chore: header style
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 21, 2023
1 parent 0c05d8b commit 42aed37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ServerPicker = ({ className, customServerAddress, handleCustomServerAddres

return (
<div className={`flex h-full flex-grow flex-col ${className}`}>
<div className="mb-0.5 flex">Sync Server:</div>
<div className="my-1 flex font-bold uppercase">Sync Server</div>
<RadioButtonGroup value={currentType} items={options} onChange={selectTab} />
{currentType === 'custom' && (
<DecoratedInput
Expand Down

0 comments on commit 42aed37

Please sign in to comment.