ui: Fix niceborder color

This commit is contained in:
nemunaire 2021-09-02 13:20:50 +02:00
parent 46261af751
commit 9dcd43664a

View File

@ -136,6 +136,8 @@
text-align: justify; text-align: justify;
} }
:global(.niceborder) { :global(.niceborder) {
border-bottom: 5px #4eaee6 solid !important; border-bottom-style: solid;
border-bottom-width: 5px !important;
border-bottom-color: #4eaee6;
} }
</style> </style>