Skip to content
Snippets Groups Projects
Commit c0a5f9b0 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Add orange tag

parent f45894ac
No related branches found
No related tags found
1 merge request!983feat(dashboard) : create dashboard !
Pipeline #124239 passed
......@@ -115,6 +115,11 @@ button {
color: $info-success;
}
&.orange {
background-color: $light-orange;
color: $orange;
}
&:focus-visible {
outline-offset: 2px;
}
......
......@@ -14,7 +14,8 @@ export class TagItemComponent {
@Input() size?: 'small' | 'medium' = 'medium';
/** What color should the tag be ? */
@Input() color?: 'white' | 'black' | 'red' | 'blue' | 'dark-blue' | 'grey' | 'green' | 'light-green' = 'white';
@Input() color?: 'white' | 'black' | 'red' | 'orange' | 'blue' | 'dark-blue' | 'grey' | 'green' | 'light-green' =
'white';
/** Should the button be clickable ? */
@Input() clickable = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment