mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 06:47:55 +00:00
feat(wallet): Token search, settings ve backup iyileştirmeleri
WalletScreen: - Token arama modalı eklendi (isim/sembol ile ara) - Token settings modalı (görünürlük yönetimi) - Backup, token settings'den kaldırıldı (Settings'e taşındı) SettingsScreen: - "Backup Recovery Phrase" Network & Security altına eklendi - NetworkType tüm seçenekleri içerecek şekilde düzeltildi Düzeltmeler: - Image type declarations (png, jpg, svg vb.) - KurdistanColors'a mor, şîn, gewr eklendi - ValidatorSelectionSheet export edildi - @pezkuwi/extension-inject devDependency olarak eklendi
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
* Shared theme colors for all platforms
|
||||
*/
|
||||
|
||||
// Kurdistan Flag Colors
|
||||
// Kurdistan Flag Colors + Extended Palette
|
||||
export const KurdistanColors = {
|
||||
kesk: '#00A94F', // Green - Primary
|
||||
sor: '#EE2A35', // Red - Accent
|
||||
zer: '#FFD700', // Gold - Secondary
|
||||
spi: '#FFFFFF', // White - Background
|
||||
reş: '#000000', // Black - Text
|
||||
// Extended colors
|
||||
mor: '#9C27B0', // Purple - For special actions
|
||||
şîn: '#2196F3', // Blue - For info/links
|
||||
gewr: '#9E9E9E', // Gray - For disabled states
|
||||
};
|
||||
|
||||
// Light theme color palette
|
||||
|
||||
Reference in New Issue
Block a user