@import "../shared/styles/tl-variables.scss";

:host {

    wvr-button-component {
      ::ng-deep {
        a {
          color:#00648B;
          text-decoration: none;
        }
        a:hover {
          color:#003F58;
        }
      }
    }

  }
