MCPcopy Create free account
hub / github.com/callstack/react-native-paper / BaseColor

Function BaseColor

docs/src/components/DynamicColorTheme.tsx:97–106  ·  view source on GitHub ↗
({ color, setColor }: ColorProps)

Source from the content-addressed store, hash-verified

95};
96
97const BaseColor = ({ color, setColor }: ColorProps) => {
98 return (
99 <tr>
100 <td>Primary</td>
101 <td className="color-picker-button-col">
102 <ColorPicker color={color} setColor={setColor} />
103 </td>
104 </tr>
105 );
106};
107
108const AdditionalColor = ({
109 color,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…