Black title for wifichannelcard widget

This commit is contained in:
bourquecharles
2021-05-18 14:02:41 -04:00
parent 59eecdecea
commit b6f70ec09d

View File

@@ -17,7 +17,7 @@ const WifiChannelCard = ({ channel }) => {
return (
<CCard>
<CCardHeader>
<CCardTitle>
<CCardTitle style={{color:'black'}}>
Channel #{channel.channel}
</CCardTitle>
</CCardHeader>