mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-28 18:53:55 +02:00
23 lines
471 B
Text
23 lines
471 B
Text
/*
|
|
* This is the source code of AyuGram for Desktop.
|
|
*
|
|
* We do not and cannot prevent the use of our code,
|
|
* but be respectful and credit the original author.
|
|
*
|
|
* Copyright @Radolyn, 2023
|
|
*/
|
|
|
|
using "ui/basic.style";
|
|
using "ui/colors.palette";
|
|
using "ui/widgets/widgets.style";
|
|
|
|
iconPreviewStroke: activeButtonBg;
|
|
|
|
/* Color Picker */
|
|
cpPadding: 14px;
|
|
cpSelectedPadding: 2px;
|
|
cpPenSize: 2px;
|
|
cpImagePadding: 4px;
|
|
cpSpacingX: 16px;
|
|
cpSpacingY: 8px;
|
|
cpIconSize: 64px;
|