diff --git a/client/client/src/web-payment/style.scss b/client/client/src/web-payment/style.scss new file mode 100644 index 000000000..dbbd120c9 --- /dev/null +++ b/client/client/src/web-payment/style.scss @@ -0,0 +1,10 @@ +@import "colors"; + +vn-client-web-payment { + vn-icon[icon=clear] { + color: $alert01; + } + vn-icon[icon=check] { + color: $main-02; + } +} \ No newline at end of file