Add appearance setting for rounded corners. Closes #2471
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user