This commit is contained in:
Halit Aksoy 2022-09-03 23:28:14 +03:00
parent 6d28d86a7c
commit 8f6870c6ff

View File

@ -97,7 +97,7 @@ const MancalaApp: FunctionComponent = () => {
</Routes> </Routes>
</BrowserRouter> </BrowserRouter>
<FloatingPanel context={context} color={floatingPanelColor} visible={showConnectionState}> <FloatingPanel context={context} color={floatingPanelColor} visible={showConnectionState}>
<span style={{ color: textColorOnBoard, transition: 'color 0.5s;' }}>{connectionStateText()}</span> <span style={{ color: textColorOnBoard, transition: 'color 0.5s' }}>{connectionStateText()}</span>
</FloatingPanel> </FloatingPanel>
</> </>
); );