mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
Update buttons style (#1122)
* Buttons updated to reflect the design system.
This commit is contained in:
@@ -61,7 +61,9 @@ export class NotificationComponent extends TheiaNotificationComponent {
|
||||
actions.map((action, index) => (
|
||||
<button
|
||||
key={messageId + `-action-${index}`}
|
||||
className="theia-button"
|
||||
className={`theia-button ${
|
||||
index !== actions.length - 1 ? 'secondary' : ''
|
||||
}`}
|
||||
data-message-id={messageId}
|
||||
data-action={action}
|
||||
onClick={this.onAction}
|
||||
|
||||
Reference in New Issue
Block a user