You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my UI I'm using a mix of atlantafx.base.controls.Card and atlantafx.base.controls.Message. The message boxes can be very beautifully styled with these styles:
public static final String ACCENT = "accent";
public static final String SUCCESS = "success";
public static final String WARNING = "warning";
public static final String DANGER = "danger";
Is there a way to apply the same styling to Cards? When I try to do this, it has no effect at all...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my UI I'm using a mix of atlantafx.base.controls.Card and atlantafx.base.controls.Message. The message boxes can be very beautifully styled with these styles:
Is there a way to apply the same styling to Cards? When I try to do this, it has no effect at all...
Beta Was this translation helpful? Give feedback.
All reactions