File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
tests/unit/api_fastapi/core_api/routes/ui Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ We can provide a JSON configuration to customize the UI.
7070
7171.. important ::
7272
73- - Currently only the ``brand `` color palette and globalCss can be customized.
73+ - Currently only the ``brand `` color palette and `` globalCss `` can be customized.
7474 - You must supply ``50 ``-``950 `` OKLCH color values for ``brand `` color.
7575 - OKLCH colors must have next format ``oklch(l c h) `` For more info see :ref: `config:api__theme `
76- - There is also the ability to provide custom global CSS for a fine grained theming control.
76+ - There is also the ability to provide custom global CSS for a fine grained theme control.
7777
7878.. note ::
7979
Original file line number Diff line number Diff line change 4242 "950" : {"value" : "oklch(0.179 0.05 265.487)" },
4343 }
4444 }
45- }
45+ },
46+ "globalCss" : {
47+ "button" : {
48+ "text-transform" : "uppercase" ,
49+ },
50+ "a" : {
51+ "text-transform" : "uppercase" ,
52+ },
53+ },
4654}
4755
4856expected_config_response = {
You can’t perform that action at this time.
0 commit comments