Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

replace "color theme" pizza icon with color palette icon

the color palette icon is currently unused in the bluesky source code and to me makes way more sense to use here than a pizza icon

Changed files
+2 -2
src
screens
+2 -2
src/screens/Settings/AppearanceSettings.tsx
··· 30 30 import {Slider} from '#/components/forms/Slider' 31 31 import * as Toggle from '#/components/forms/Toggle' 32 32 import {Circle_And_Square_Stroke1_Corner0_Rounded_Filled as SquareIcon} from '#/components/icons/CircleAndSquare' 33 + import {ColorPalette_Stroke2_Corner0_Rounded as ColorPaletteIcon} from '#/components/icons/ColorPalette' 33 34 import {type Props as SVGIconProps} from '#/components/icons/common' 34 35 import {Moon_Stroke2_Corner0_Rounded as MoonIcon} from '#/components/icons/Moon' 35 36 import {Phone_Stroke2_Corner0_Rounded as PhoneIcon} from '#/components/icons/Phone' 36 - import {Pizza_Stroke2_Corner0_Rounded as PizzaIcon} from '#/components/icons/Pizza' 37 37 import {Sparkle_Stroke2_Corner0_Rounded as SparkleIcon} from '#/components/icons/Sparkle' 38 38 import {TextSize_Stroke2_Corner0_Rounded as TextSize} from '#/components/icons/TextSize' 39 39 import {TitleCase_Stroke2_Corner0_Rounded as Aa} from '#/components/icons/TitleCase' ··· 174 174 )} 175 175 176 176 <SettingsList.Group> 177 - <SettingsList.ItemIcon icon={PizzaIcon} /> 177 + <SettingsList.ItemIcon icon={ColorPaletteIcon} /> 178 178 <SettingsList.ItemText> 179 179 <Trans>Color Theme</Trans> 180 180 </SettingsList.ItemText>