Skip to content

Commit

Permalink
chore(#3837): adjust colors on logging buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Nov 15, 2024
1 parent 2c01e2c commit bab21e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
'is-active is-light':
level === 'ERROR' && this.hasEffectiveLevel('ERROR'),
'is-active is-extra-light':
level === 'ERROR' && this.hasEffectiveLevel('ERROR'),
level === 'FATAL' && this.hasEffectiveLevel('FATAL'),
'is-active is-black': level === 'OFF' && this.hasEffectiveLevel('OFF'),
'is-loading': this.getStatusForLevel(level) === 'executing',
};
Expand Down

0 comments on commit bab21e9

Please sign in to comment.