Unplanned
Last Updated: 21 Aug 2025 07:14 by ADMIN

Hello,

I'm building my first .net9+ Blazor Hybrid + Web app. I can see that theming is going to be a problem between the Blazor Web UI theme and the native app areas that use App.xaml resources. I'd like to request/suggest that theme builder can take a theme which is typically exported in CSS and also have the option to generate the App.xaml resources so my app native or using Web UI share a common theme.

Thank you.

Unplanned
Last Updated: 27 Aug 2025 06:30 by ADMIN
Planned
Last Updated: 03 Dec 2025 12:40 by Douglas
Hi,

My projects in Themebuilder breaks whenever I try to change the font size!

Steps to reproduce the error:
  1. Create a new project (Font icons, Q4 2025 latest, Bootstrap)
  2. Click on "Project setting".
  3. Click on "Metrics".
  4. Change:
    1. $kendo-font-size-md: 0.875rem
    2. $kendo-font-size-sm: 0.75rem
    3. $kendo-font-size-xs: 0.625rem


  5. Close project settings.
  6. Now the project is broken.
    1. Crash in javascript console:
      Uncaught _P: There are errors in SASS and it cannot be compiled to CSS.
      PATCH https://themebuilderapp.telerik.com/api/v1/projects/6928717ab857146bc01d9a2e/variables 500 (Internal Server Error)

    2. The project cannot be saved:

  7. It is no longer possible to load the project. The same error appears in the console as shown above.
  8. If I export the metadata from this broken project from the Dashboard and import it into a new project, that project also breaks. I have attached the metadata.

Please help!

Unplanned
Last Updated: 06 Feb 2026 08:44 by ADMIN

Modern CSS supports nesting.  This would seem to be a good way to cut down on the overall size of the export file.

Are there any plans to update ThemeBuilder to support CSS nesting?

Ex.

Instead of this...

.fk-daterangepicker .k-input-suffix,
.fk-daterangepicker .k-input-prefix {
  cursor: pointer;
  &:hover {
  background-color: var(--kendo-color-primary-subtle-hover);
  }
}


I have to define this set of styles like this...

.fk-daterangepicker .k-input-suffix,
.fk-daterangepicker .k-input-prefix {
  cursor: pointer;
}
.fk-daterangepicker .k-input-suffix:hover,
.fk-daterangepicker .k-input-prefix:hover {
  background-color: var(--kendo-color-primary-subtle-hover);
}

Repeating this pattern over an entire design system adds a lot of extra text...

 

Unplanned
Last Updated: 04 Mar 2026 14:08 by ADMIN

Hey,

I am working with selfmade tokens imported from Figma to Themebuilder. I would like to edit multiple tokens in Themebuilder. E.g. batch edit all token names at once. Is there a way to do that currently? Or something planed like a multiselect in the settings window for tokens?

Thanks

Alex

Unplanned
Last Updated: 04 Mar 2026 14:07 by ADMIN
Created by: Alexander
Comments: 1
Type: Feature Request
0

Hey,

 

I want to add an Opacity Token but am only left with the option to write a % value manually.

Can you please add the option to select a token inside of a components Opacity Selection?

Greetings

Alex

Unplanned
Last Updated: 04 May 2026 07:46 by ADMIN

I am having difficulty to theme the NumericTextBox in outline mode. Theme builder shows correctly the themed component, with some difficulties... it seems that I need to set everything up multiple time in order for the tool to store the new values.
When I use the exported theme in a Blazor application, the outline numeric textbox is not able to theme the spinner buttons (up and down) and they default to base color, whitish in light themes, and loose borders when hovering over it. I am attaching the output css from theme builder.

In theme builder I see the following

Unplanned
Last Updated: 04 Sep 2024 16:29 by ADMIN
Created by: Davy
Comments: 0
Type: Feature Request
0

Hi there

I noticed that the timeline component isn't available in ThemeBuilder, and I wanted to share that we'd really love to be able to style it through the tool if possible.

Thanks so much for considering this!


Cheers,
Davy


3 4 5 6 7 8