improve ux, moved functionality for better ui experience on app and extension.
This commit is contained in:
@@ -302,6 +302,12 @@ body {
|
||||
color: var(--alert-warning-text);
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
background: var(--status-error-bg);
|
||||
border: 1px solid var(--status-error-border);
|
||||
color: var(--status-error-text);
|
||||
}
|
||||
|
||||
.status-message {
|
||||
padding: 10px 12px;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user