aboutsummaryrefslogtreecommitdiff
path: root/src/components/button-shared-styles.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/button-shared-styles.js')
-rw-r--r--src/components/button-shared-styles.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/button-shared-styles.js b/src/components/button-shared-styles.js
index 5f426a4..eb03eef 100644
--- a/src/components/button-shared-styles.js
+++ b/src/components/button-shared-styles.js
@@ -34,5 +34,9 @@ export const ButtonSharedStyles = html`
paper-button.success {
background-color: #b7e1cd;
}
+
+ paper-button.alert {
+ background-color: #db4437;
+ }
</style>
`;