Skip to content

Allow to configure more styles #126

@davletovalmir

Description

@davletovalmir

Currently, some of the important styles can't be configured using the style property. For example, margin-left of the log message, or line-height of amount message (gets inconsistent whenever the log icon size is changed). Would be great to be able to add more styles, ideally not even limited to the specific keys. Something like:

<Console ... styles={{
  LOG_WARN_ICON: {
    backgroundColor: '...'
  },
  LOG_AMOUNT: {
    lineHeight: '...',
  },
  ...
}} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions