Try to add the following custom css code in Theme Settings > Custom CSS.
/* Change item prices and total price color in mini-cart */
.cart-info .woocommerce-Price-amount.amount,
.woocommerce-mini-cart__total .woocommerce-Price-amount {
color: #ffffff !important; /* Replace #000000 with your desired color */
}