import React from 'react'; import './ChoiceBar.css'; import { useTheme } from '../Style/ThemeContext'; const ChoiceBar = () => { const players = ['Player1', 'Player2', 'Player3']; const theme = useTheme(); return (