Skip to content

Commit

Permalink
micro UI touch
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Nov 11, 2023
1 parent 1c7cc1d commit 1d73db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui/interfaces/PDSRManipulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ export const PDSRManipulator = (props, context) => {
data={r_power_inputData}
rangeX={[0, r_power_inputData.length - 1]}
rangeY={[0, 30000000]}
strokeColor="rgba(255, 255, 255, 1)"
strokeColor="rgba(255, 255, 255, 0.8)"
fillColor="rgba(255, 255, 255, 0)" />
<Chart.Line
fillPositionedParent
data={r_max_power_inputData}
rangeX={[0, r_max_power_inputData.length - 1]}
rangeY={[0, 30000000]}
strokeColor="rgba(0, 181, 173, 1)"
strokeColor="rgba(0, 181, 173, 0.8)"
fillColor="rgba(0, 181, 173, 0)" />
<Chart.Line
fillPositionedParent
data={r_min_power_inputData}
rangeX={[0, r_min_power_inputData.length - 1]}
rangeY={[0, 30000000]}
strokeColor="rgba(242, 113, 28, 1)"
strokeColor="rgba(242, 113, 28, 0.8)"
fillColor="rgba(242, 113, 28, 0)" />
</Section>
</Flex.Item>
Expand Down

0 comments on commit 1d73db8

Please sign in to comment.