feat: update dark active primary color

This commit is contained in:
alistair3149 2021-01-12 17:13:00 -05:00
parent 88a659d1da
commit ba84a43077
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -42,6 +42,9 @@
@color-accent50--lighten: #5b84d6;
@color-red50--lighten: #e35b5b;
@color-accent-30--darken: #26437f;
/**
* Dark theme color palette
* Background color is used instead of shadow to show elevation
@ -126,7 +129,7 @@
@dark-background-color-quiet--active: rgba( 255, 255, 255, 0.06 );
@dark-background-color-primary--hover: @color-accent30;
@dark-background-color-primary--active: @color-accent50;
@dark-background-color-primary--active: @color-accent-30--darken;
@dark-background-color-destructive: @color-red30;