Merge branch 'main' into staging
This commit is contained in:
commit
8f7670c07b
2 changed files with 10 additions and 1 deletions
|
|
@ -476,6 +476,15 @@ const EditPartyModal = ({
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const editorField = (
|
||||||
|
<Editor
|
||||||
|
bound={true}
|
||||||
|
content={description}
|
||||||
|
editable={true}
|
||||||
|
onUpdate={handleEditorUpdate}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
|
||||||
const chargeAttackField = (
|
const chargeAttackField = (
|
||||||
<SwitchTableField
|
<SwitchTableField
|
||||||
name="charge_attack"
|
name="charge_attack"
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
--toolbar-item-text-hover: #{$toolbar--item--text--light--hover};
|
--toolbar-item-text-hover: #{$toolbar--item--text--light--hover};
|
||||||
--toolbar-item-text-active: #{$toolbar--item--text--light--active};
|
--toolbar-item-text-active: #{$toolbar--item--text--light--active};
|
||||||
|
|
||||||
// Dark - Highlights
|
// Light - Highlights
|
||||||
--highlight-bg: #{$highlight--bg--light};
|
--highlight-bg: #{$highlight--bg--light};
|
||||||
--highlight-bg-hover: #{$highlight--bg--light--hover};
|
--highlight-bg-hover: #{$highlight--bg--light--hover};
|
||||||
--highlight-text: #{$highlight--text--light};
|
--highlight-text: #{$highlight--text--light};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue