How do I restore the trash icon colour on cart page permanently?

add above code to your base.css

Follow these steps:

Go to online store ----> themes ----> actions ----> edit code ---->theme.css or base.css

a.button.button--tertiary {
    color: rgb(var(--color-foreground)) !important;
}