mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-15 07:27:58 +00:00
more styling
This commit is contained in:
@@ -174,29 +174,31 @@ const Settings = ({ player, onChange, resetCurrentGame }: SettingsProps) => {
|
||||
onChange={handleColorChange}
|
||||
/>
|
||||
<SettingsSection rotation={player.settings.rotation}>
|
||||
<CheckboxContainer rotation={player.settings.rotation}>
|
||||
<Checkbox
|
||||
name="usePartner"
|
||||
checked={player.settings.usePartner}
|
||||
icon={
|
||||
<PartnerTaxIcon
|
||||
size="4vmax"
|
||||
color="black"
|
||||
opacity={1}
|
||||
showStroke
|
||||
/>
|
||||
}
|
||||
checkedIcon={
|
||||
<PartnerTaxIcon
|
||||
size="4vmax"
|
||||
color={player.color}
|
||||
opacity={1}
|
||||
showStroke
|
||||
/>
|
||||
}
|
||||
onChange={handleSettingsChange}
|
||||
/>
|
||||
</CheckboxContainer>
|
||||
{player.settings.useCommanderDamage && (
|
||||
<CheckboxContainer rotation={player.settings.rotation}>
|
||||
<Checkbox
|
||||
name="usePartner"
|
||||
checked={player.settings.usePartner}
|
||||
icon={
|
||||
<PartnerTaxIcon
|
||||
size="4vmax"
|
||||
color="black"
|
||||
opacity={1}
|
||||
showStroke
|
||||
/>
|
||||
}
|
||||
checkedIcon={
|
||||
<PartnerTaxIcon
|
||||
size="4vmax"
|
||||
color={player.color}
|
||||
opacity={1}
|
||||
showStroke
|
||||
/>
|
||||
}
|
||||
onChange={handleSettingsChange}
|
||||
/>
|
||||
</CheckboxContainer>
|
||||
)}
|
||||
|
||||
<CheckboxContainer rotation={player.settings.rotation}>
|
||||
<Checkbox
|
||||
|
||||
Reference in New Issue
Block a user