Button Bar different colours for left and right

Or you can use “INSET” to change the color of the Button set to Bordered

image


[data-test="app-button-view"]
            {position:center;
             width:30%;
             height:40px;
             border-radius:50px;
             color: white !important;
             background-color: #1798a3 !important;
             border-color: #1798a3 !important;
             text-align:center;
             box-shadow:20px 20px 50px 20px blue inset;
             font-size:15px;
             font-weight: bold;}
[data-test="app-button-view"]:active 
            {background-color: red !important;
             border-color: red !important;}
8 Likes