Rose Pine danger color

This commit is contained in:
ThatOneCalculator 2022-07-23 23:46:13 -07:00
parent b707b44591
commit acc482abef
2 changed files with 10 additions and 10 deletions

View file

@ -198,18 +198,18 @@ export default defineComponent({
}
&.danger {
color: #ff2a2a;
color: #eb6f92;
&.primary {
color: #fff;
background: #ff2a2a;
color: #e0def4;
background: #eb6f92;
&:not(:disabled):hover {
background: #ff4242;
background: #eb6f92;
}
&:not(:disabled):active {
background: #d42e2e;
background: #b4637a;
}
}
}

View file

@ -237,21 +237,21 @@ onBeforeUnmount(() => {
}
&.danger {
color: #ff2a2a;
color: #eb6f92;
&:hover {
color: #fff;
color: #e0def4;
&:before {
background: #ff4242;
background: #eb6f92;
}
}
&:active {
color: #fff;
color: #e0def4;
&:before {
background: #d42e2e;
background: #b4637a;
}
}
}