mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Feat: reduce border radius element to 8 px
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
This commit is contained in:
parent
4c32ab7b72
commit
1337f4a7d5
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
--border-radius-large: 10px;
|
||||
--border-radius-rounded: 28px;
|
||||
/* Border radius of interactive elements such as buttons, input, navigation and list items. Available since Nextcloud 30. */
|
||||
--border-radius-element: 10px;
|
||||
--border-radius-element: 8px;
|
||||
--border-radius-pill: 100px;
|
||||
--default-clickable-area: 44px;
|
||||
--default-line-height: 24px;
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ class DefaultTheme implements ITheme {
|
|||
'--border-radius' => '3px',
|
||||
'--border-radius-large' => '10px',
|
||||
'--border-radius-rounded' => '28px',
|
||||
'--border-radius-element' => '10px',
|
||||
'--border-radius-element' => '8px',
|
||||
// pill-style button, value is large so big buttons also have correct roundness
|
||||
'--border-radius-pill' => '100px',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue