Add appearance setting for rounded corners. Closes #2471

This commit is contained in:
Gabe Kangas
2022-12-20 23:55:07 -08:00
parent e099efa8cc
commit c9768bd8f8
4 changed files with 48 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Sun, 13 Nov 2022 20:49:29 GMT
// Generated on Wed, 21 Dec 2022 07:38:01 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -30,7 +30,7 @@
@primary-8: #da9eff; // Fun color 2
@component-background: #e2e8f0; // Light primary
@body-background: #e2e8f0; // Light primary
@theme-rounded-corners: 0.5rem; // How much corners are rounded in places in the UI.
@theme-rounded-corners: 9px; // How much corners are rounded in places in the UI.
@theme-unknown-1: green; // This should never be used and it means something is wrong.
@theme-unknown-2: red; // This should never be used and it means something is wrong.
@theme-text-body-font-family: var(--font-owncast-body); // The font family used for the body text.

View File

@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Sun, 13 Nov 2022 20:49:29 GMT
* Generated on Wed, 21 Dec 2022 07:38:01 GMT
*
* How to edit these values:
* Edit the corresponding token file under the style-definitions directory
@@ -32,7 +32,7 @@
--primary-8: #da9eff; /* Fun color 2 */
--component-background: #e2e8f0; /* Light primary */
--body-background: #e2e8f0; /* Light primary */
--theme-rounded-corners: 0.5rem; /* How much corners are rounded in places in the UI. */
--theme-rounded-corners: 9px; /* How much corners are rounded in places in the UI. */
--theme-unknown-1: green; /* This should never be used and it means something is wrong. */
--theme-unknown-2: red; /* This should never be used and it means something is wrong. */
--theme-text-body-font-family: var(--font-owncast-body); /* The font family used for the body text. */