Fix styles

This commit is contained in:
Igor Kulikov 2022-10-28 19:13:07 +03:00
parent 445fe90a1d
commit 78f5f1c05a

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
@import '../../../theme.scss';
.mat-button-toggle-group.tb-script-lang-toggle-group { .mat-button-toggle-group.tb-script-lang-toggle-group {
&.mat-button-toggle-group-appearance-standard { &.mat-button-toggle-group-appearance-standard {
@ -45,7 +44,7 @@
margin: 2px; margin: 2px;
} }
.mat-button-toggle-checked .mat-button-toggle-button { .mat-button-toggle-checked .mat-button-toggle-button {
background-color: $primary; background-color: #305680;
color: #fff; color: #fff;
border-radius: 16px; border-radius: 16px;
margin-left: 2px; margin-left: 2px;