@use '../theming/theming';

@mixin theme() {
  xui-divider {
    width: 100%;
    border-top: 1px solid rgba(var(--color-bg-accent-rgb), 0.3);
  }
}
