export const redThemeCss = ` :host-context(.ag-fa-input-red-theme) { border-color: red; &.input-focus { -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; } } `;