I utilized the following code snippet:
<Button bsStyle="primary" bsSize="large">Primary</Button>
My approach differs from a similar question discussed at React-bootstrap button bsStyle as I have integrated the bootstrap css directly into the root of the html page.
Despite this, I am encountering difficulty in identifying the problem.
Below is the relevant code:
Index.ejs Css file :
Component.jsx:
import {Button, Col, Glyphicon, Label, OverlayTrigger, Row, Table, Tooltip} from "react-bootstrap";
<Button href={version.downloadUri} bsStyle="primary" bsSize="large">
The primary button
Key Concern: While the button does display and appears to be styled correctly upon hovering, it seems faded when in its default state.